From: Amos Jeffries Date: Thu, 23 Apr 2009 11:14:41 +0000 (+1200) Subject: Kill bashism in testheaders.sh X-Git-Tag: SQUID_3_2_0_1~1047 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72a8cb42791a97934253f47031049597ff727a14;p=thirdparty%2Fsquid.git Kill bashism in testheaders.sh Detected by NetBSD Project pkgsrc app. --- diff --git a/test-suite/testheaders.sh b/test-suite/testheaders.sh index fe250e564e..6ab0bde5e6 100755 --- a/test-suite/testheaders.sh +++ b/test-suite/testheaders.sh @@ -10,7 +10,7 @@ # cc="${1}" -if [ "${2}" == "" ]; then +if test "${2}" = ""; then dir="." else dir="${2}"