stable

Clone or download

Read-only

request #26797: Use the bash available in the PATH instead of hardcoding /bin/bash in helper scripts

The direct usages of /bin/bash in the shebang of shell scripts have replaced by the alternative `/usr/bin/env bash` which allow to not hardcode the path of the bash binary. Change-Id: I436b8c780c5a683bd225b5b9445dfa52063e7fa2

Modified Files

Name
M plugins/create_test_env/tests/rest/setup.sh +1 −1 Go to diff View file
M plugins/git/bin/gitolite-suexec-wrapper.sh +1 −1 Go to diff View file
M plugins/git/bin/gitolite3-suexec-wrapper.sh +1 −1 Go to diff View file
M plugins/git/bin/gl-clone-bundle.sh +1 −1 Go to diff View file
M plugins/gitlfs/bin/git-lfs-authenticate +2 −2 Go to diff View file
M plugins/svn/bin/import_repository.sh +1 −1 Go to diff View file
M plugins/tuleap_synchro/build-rpm.sh +1 −1 Go to diff View file
M src/common/xml/resources/validate_xml.sh +1 −1 Go to diff View file
M src/utils/generate_ssl_certificate.sh +4 −4 Go to diff View file
M src/utils/php-launcher.sh +1 −1 Go to diff View file
M src/utils/tuleap +2 −2 Go to diff View file
M tests/build_and_run/test.sh +1 −1 Go to diff View file
M tests/e2e/full/run.sh +2 −2 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −1 Go to diff View file
M tests/files_status_checker/verify.sh +2 −2 Go to diff View file
M tests/helpers.groovy +1 −1 Go to diff View file
M tests/integration/bin/run.sh +1 −1 Go to diff View file
M tests/integration/bin/setup.sh +1 −1 Go to diff View file
M tests/rest/bin/setup.sh +1 −1 Go to diff View file
M tools/distlp/backend-web/prepare-instance.sh +1 −1 Go to diff View file
M tools/docker/jenkins/register_certificate.sh +1 −1 Go to diff View file
M tools/docker/realtime/run.sh +2 −2 Go to diff View file
M tools/docker/tuleap-aio-dev/boot-fixpath.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio-dev/boot-install.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio-dev/boot-update-config.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio-dev/boot-upgrade.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio-dev/init +1 −1 Go to diff View file
M tools/docker/tuleap-aio-dev/run.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio-dev/whitelist_emails.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio/fix-owners.sh +1 −1 Go to diff View file
M tools/rpm/build_and_run_packages.sh +1 −1 Go to diff View file
M tools/rpm/whatrequires.sh +1 −1 Go to diff View file
M tools/setup.el7.sh +1 −1 Go to diff View file
M tools/setup/el7/include/core.sh +1 −1 Go to diff View file
M tools/utils/githooks/hook-chain +1 −1 Go to diff View file
M tools/utils/githooks/pre-commit-02-phpcs +1 −1 Go to diff View file
M tools/utils/githooks/pre-commit-03-stylelint +1 −1 Go to diff View file
M tools/utils/githooks/pre-commit-04-eslint +1 −1 Go to diff View file