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 3629d4f..c77fa6d 100644
--- a/configure.sh
+++ b/configure.sh
@@ -112,7 +112,7 @@ then
echo "LAPACK: Unpacking archive..."
pushd ${BUILD_DIR}
- ${TAR} xzf ${SRCDIR}/dist/${NAME}.tgz
+ ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tgz
echo "LAPACK: Configuring..."
cd ${NAME}/SRC