From 0f25e500a25bec52e32ebf518f026050be346e1d Mon Sep 17 00:00:00 2001 From: rhaas Date: Sat, 11 May 2013 23:45:00 +0000 Subject: zlib: separate ']' from preceding text techinically ']' is a shell-command so needs to be whitespace separated from the word before it. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/zlib/trunk@30 d47fded2-66c1-406f-af09-4fc0800f9c6b --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 9092d7c..2884129 100644 --- a/configure.sh +++ b/configure.sh @@ -171,7 +171,7 @@ fi # Set options if [ "${ZLIB_DIR}" != '/usr' -a "${ZLIB_DIR}" = '/usr/local' -a \ - "${ZLIB_DIR}" != 'NO_BUILD'] + "${ZLIB_DIR}" != 'NO_BUILD' ] then : ${ZLIB_INC_DIRS="${ZLIB_DIR}/include"} : ${ZLIB_LIB_DIRS="${ZLIB_DIR}/lib"} -- cgit v1.2.3