aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2012-09-16 23:06:09 +0000
committereschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2012-09-16 23:06:09 +0000
commita5c124eaadde236e4ce3771a616bea701e0663dd (patch)
tree62c3cdbfb9c5dabb69e4c9e0cbacff14caf93b13
parent754c57ce53748ee52bffdfad7de14cfcd48b0846 (diff)
Ensure that PATCH and TAR are defined
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@62 fb53df36-e548-4a1e-8150-ab98cbd5e786
-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