travis: set CURDIR in build.sh (fixes #41)
This commit is contained in:
@@ -4,6 +4,7 @@ set -e
|
|||||||
# Set VV in .travis.yml to make scripts verbose
|
# Set VV in .travis.yml to make scripts verbose
|
||||||
[ "$VV" ] && set -x
|
[ "$VV" ] && set -x
|
||||||
|
|
||||||
|
CURDIR="$PWD"
|
||||||
CACHEDIR=${CACHEDIR:-${HOME}/.cache}
|
CACHEDIR=${CACHEDIR:-${HOME}/.cache}
|
||||||
|
|
||||||
if [ "$BASE" = "SELF" ]
|
if [ "$BASE" = "SELF" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user