aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}