diff options
author | 2015-04-04 12:53:46 -0700 | |
---|---|---|
committer | 2015-04-04 12:53:46 -0700 | |
commit | 1418c723233586e30b17a67079ca11386a4d2d1b (patch) | |
tree | cb44bf70c114242efaf9a5907a7b6bd48ce050fb | |
parent | d5563c4d9ecf837a50e042ea4c694b6c894b33a2 (diff) | |
download | paludis-wip/cross-compiling.tar.gz paludis-wip/cross-compiling.tar.xz |
cave: eradicate last hardcoded bash pathswip/cross-compiling
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" _________________________________ |