From: mayeut Date: Sat, 10 Oct 2015 16:34:21 +0000 (+0200) Subject: export updated path X-Git-Tag: v2.1.1~22^2~34^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caeb91121a40200275f2aa9029d5f009fae35b26;p=openjpeg export updated path --- 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