export updated path
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 16:34:21 +0000 (18:34 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 16:34:21 +0000 (18:34 +0200)
tools/travis-ci/run.sh

index 0984083543df3641a097caaa1601005571f30dc4..00487a68854967b42a53e304db4f16985a75e202 100755 (executable)
@@ -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