export updated path

This commit is contained in:
mayeut 2015-10-10 18:34:21 +02:00
parent 891e7c298a
commit caeb91121a
1 changed files with 1 additions and 0 deletions

View File

@ -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