From eacb67497a2ff7a5ece7fb02affffffaf59dc82d Mon Sep 17 00:00:00 2001 From: eschnett Date: Sun, 16 Sep 2012 23:06:17 +0000 Subject: Ensure that PATCH and TAR are defined git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@30 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3