aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2012-09-16 23:05:46 +0000
committereschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2012-09-16 23:05:46 +0000
commiteab7015b7823d50782536c7b51108a1dfdb442f2 (patch)
tree98ccc2082da06d99e0fc1825cba1fe93275aa63a
parent7043d4ef8de562767983ae0a2cb49b8c6671e6f5 (diff)
Ensure that PATCH and TAR are defined
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@30 9e23cc15-e5c8-4d65-9080-beda90ea645b
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index befd220..ae3095c 100644
--- a/configure.sh
+++ b/configure.sh
@@ -109,7 +109,7 @@ then
echo "GSL: Unpacking archive..."
pushd ${BUILD_DIR}
- ${TAR} xzf ${SRCDIR}/dist/${NAME}.tar.gz
+ ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz
echo "GSL: Configuring..."
cd ${NAME}