diff options
author | 2015-04-04 12:53:46 -0700 | |
---|---|---|
committer | 2015-04-19 14:21:09 -0700 | |
commit | 351504abe2112351398e55cf0ab73b84418b4c08 (patch) | |
tree | d8248b85204ea47a8d7a16475c5e011a2ae7a39e | |
parent | 99fe613ebf3d7090f6d3100199afb50a57f0794c (diff) | |
download | paludis-351504abe2112351398e55cf0ab73b84418b4c08.tar.gz paludis-351504abe2112351398e55cf0ab73b84418b4c08.tar.xz |
cave: eradicate last hardcoded bash paths
This is just a cleanup of hard coded location for bash. This is slightly
relevant to cross due to the adjusted path for bash.
-rwxr-xr-x | paludis/repositories/e/e_repository_TEST_exheres_0_setup.sh | 2 | ||||
-rwxr-xr-x | src/clients/cave/moo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/paludis/repositories/e/e_repository_TEST_exheres_0_setup.sh b/paludis/repositories/e/e_repository_TEST_exheres_0_setup.sh index 4fb02a882..b61892cc2 100755 --- a/paludis/repositories/e/e_repository_TEST_exheres_0_setup.sh +++ b/paludis/repositories/e/e_repository_TEST_exheres_0_setup.sh @@ -880,7 +880,7 @@ WORK="${WORKBASE}" src_unpack() { mkdir ${WORK} - echo "#!/bin/bash" > ${WORK}/configure + echo "#!/usr/bin/env bash" > ${WORK}/configure chmod +x ${WORK}/configure } diff --git a/src/clients/cave/moo b/src/clients/cave/moo index 636f75d38..203af4969 100755 --- a/src/clients/cave/moo +++ b/src/clients/cave/moo @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cat <<"EOF" _________________________________ |