]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Kill bashism in testheaders.sh
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 23 Apr 2009 11:14:41 +0000 (23:14 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 23 Apr 2009 11:14:41 +0000 (23:14 +1200)
Detected by NetBSD Project pkgsrc app.

test-suite/testheaders.sh

index fe250e564e90d2789bebdc7eab665ff91e34e616..6ab0bde5e6b37e68cf1679f626196794d5db2e1b 100755 (executable)
@@ -10,7 +10,7 @@
 #
 cc="${1}"
 
-if [ "${2}" == "" ]; then
+if test "${2}" = ""; then
        dir="."
 else
        dir="${2}"