From a2f3c1d2a45d6b5db73f73675237baaba6e94625 Mon Sep 17 00:00:00 2001 From: waltje Date: Thu, 6 Jun 2019 22:40:34 -0500 Subject: [PATCH] Yup, also need to update the build script. --- .travis-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis-build.sh b/.travis-build.sh index 89d0ab9..dfbd597 100644 --- a/.travis-build.sh +++ b/.travis-build.sh @@ -9,7 +9,7 @@ # # Build script for the Travis CI remote builder service. # -# Version: @(#).travis-build.sh 1.0.7 2019/04/30 +# Version: @(#).travis-build.sh 1.0.8 2019/06/06 # # Author: Fred N. van Kempen, # @@ -62,7 +62,7 @@ export COMMIT=${TRAVIS_COMMIT::7} echo ; echo "Downloading VARCem build dependencies.." - curl -# ${EXTDEP_URL} | tar xzf - + curl -# "${EXTDEP_URL}" | tar xzf - # Build the project. echo ; echo "Building VARCem #${TRAVIS_BUILD_NUMBER} target ${TARGET}"