]> git.ipfire.org Git - thirdparty/elfutils.git/commit
config/Makefile.am: Modify profile.fish in all-local
authorAaron Merey <amerey@redhat.com>
Fri, 10 May 2024 21:46:24 +0000 (17:46 -0400)
committerAaron Merey <amerey@redhat.com>
Fri, 10 May 2024 21:56:49 +0000 (17:56 -0400)
commit1df8caf4026b46604e55f1201942ffc01cb5676d
tree1113250e9e01590d1ddcfba77e7f4025ef422d48
parentb3fcfe2c854808191aedc0b10cfd7162142c2c95
config/Makefile.am: Modify profile.fish in all-local

Fish shell scripts do not support bracketed variables.
config/Makefile.am removes brackets from a variable in
config/fish.profile in order to prevent an error when running the
script.

Currently the brackets are removed during make install.  This causes
testsuite failures if make check is run before make install.

Fix this by removing the brackets in all-local instead of
install-data-local.

Signed-off-by: Aaron Merey <amerey@redhat.com>
config/Makefile.am