aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2012-09-16 23:07:12 +0000
committereschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2012-09-16 23:07:12 +0000
commit2370e70c191b64c784d8f4118d774baeba4a2570 (patch)
treed2054f720d06a3230310926cb61f6ecb7cc74151
parent7f4fef872eead6676ada8c0568f645ddee996606 (diff)
Ensure that PATCH and TAR are defined
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@21 ba58616d-3abc-4c77-8745-3ba8ad4a582f
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index c09ed73..aa1ff70 100755
--- a/configure.sh
+++ b/configure.sh
@@ -102,7 +102,7 @@ then
echo "libjpeg: Unpacking archive..."
pushd ${BUILD_DIR}
- ${TAR} xzf ${SRCDIR}/dist/${NAME}.tar.gz
+ ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz
echo "libjpeg: Configuring..."
cd ${NAME}