summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-10-10 18:34:21 +0200
committermayeut <mayeut@users.noreply.github.com>2015-10-10 18:34:21 +0200
commitcaeb91121a40200275f2aa9029d5f009fae35b26 (patch)
tree8a8978822d17c064072e29d75f06804d030937c2 /tools
parent891e7c298a5f24d15c2ae3e0be8624b2508087d4 (diff)
export updated path
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/run.sh1
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