travis: set CURDIR in build.sh (fixes #41)

This commit is contained in:
Ralph Lange
2020-05-26 09:36:00 +02:00
parent e66c1f748c
commit bb9b59156c

View File

@@ -4,6 +4,7 @@ set -e
# Set VV in .travis.yml to make scripts verbose
[ "$VV" ] && set -x
CURDIR="$PWD"
CACHEDIR=${CACHEDIR:-${HOME}/.cache}
if [ "$BASE" = "SELF" ]