aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.sh b/configure.sh
index e2882a8..a2d0c60 100644
--- a/configure.sh
+++ b/configure.sh
@@ -133,8 +133,8 @@ then
echo "zlib: Unpacking archive..."
pushd ${BUILD_DIR}
- ${TAR} xzf ${SRCDIR}/dist/${NAME}.tar.gz
- ${PATCH} -p0 < ${SRCDIR}/dist/install.diff
+ ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz
+ ${PATCH?} -p0 < ${SRCDIR}/dist/install.diff
echo "zlib: Configuring..."
cd ${NAME}