From f969ed09dbaef636043f5c4f36a98bc129b2b045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sun, 6 Apr 2014 22:51:39 +0200 Subject: [PATCH] fix 'csh' detection --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 294f21d..d2023ac 100755 --- a/build.sh +++ b/build.sh @@ -339,8 +339,8 @@ if [ `echo "${SDK_VERSION/u/}>=10.7" | bc -l` -eq 1 ]; then fi set +e -which csh &>/dev/null HAVE_CSH=0 +which csh &>/dev/null [ $? -eq 0 ] && HAVE_CSH=1 if [ $HAVE_CSH -eq 0 ]; then