diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:34:21 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:34:21 +0200 |
| commit | caeb91121a40200275f2aa9029d5f009fae35b26 (patch) | |
| tree | 8a8978822d17c064072e29d75f06804d030937c2 /tools | |
| parent | 891e7c298a5f24d15c2ae3e0be8624b2508087d4 (diff) | |
export updated path
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 09840835..00487a68 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -15,6 +15,7 @@ if [ "${OPJ_CI_IS_CYGWIN:-}" == "1" ]; then export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin fi fi +export PATH=$(dirname ${BASH}):$PATH # Set-up some bash options set -o nounset ## set -u : exit the script if you try to use an uninitialised variable |
