aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-09-16 23:05:26 +0000
committereschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-09-16 23:05:26 +0000
commita6006319dd3c502b63bfad48ad86d3adf87b721f (patch)
tree82f8fecc189ca6662050a289e62943feacc589aa
parent8fda87cd6d624f6a850ecb2f295c7ddd0b12bd5c (diff)
Ensure that PATCH and TAR are defined
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@28 53307013-940b-43fa-b11d-2c2b05dfe90d
-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