aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index d9c5e6c..9f00dbd 100644
--- a/configure.sh
+++ b/configure.sh
@@ -113,7 +113,7 @@ then
echo "BLAS: Unpacking archive..."
pushd ${BUILD_DIR}
- ${TAR} xzf ${SRCDIR}/dist/${TARNAME}.tgz
+ ${TAR?} xzf ${SRCDIR}/dist/${TARNAME}.tgz
echo "BLAS: Configuring..."
cd ${TARNAME}/BLAS/SRC