aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.sh b/configure.sh
index d209412..6b041b7 100644
--- a/configure.sh
+++ b/configure.sh
@@ -175,7 +175,7 @@ then
# Build core library
echo "HDF5: Unpacking archive..."
pushd ${BUILD_DIR}
- ${TAR} xzf ${SRCDIR}/dist/${NAME}.tar.gz
+ ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz
echo "HDF5: Configuring..."
cd ${NAME}
@@ -196,7 +196,7 @@ then
# Build checker
echo "HDF5: Unpacking checker archive..."
pushd ${BUILD_DIR}
- ${TAR} xzf ${SRCDIR}/dist/h5check_2_0.tar.gz
+ ${TAR?} xzf ${SRCDIR}/dist/h5check_2_0.tar.gz
echo "HDF5: Configuring checker..."
cd h5check_2_0