From: Amos Jeffries Date: Sat, 11 Aug 2012 06:06:34 +0000 (-0600) Subject: Fix bashisms in bootstrap.sh X-Git-Tag: sourceformat-review-1~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da4663f50ef9be117db08c092b0042802cb4c71;p=thirdparty%2Fsquid.git Fix bashisms in bootstrap.sh --- diff --git a/bootstrap.sh b/bootstrap.sh index 370c2d876a..8864dc6066 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -94,7 +94,7 @@ bootstrap_libtoolize() { } # On MAC OS X, GNU libtool is named 'glibtool': -if [ `(uname -s) 2>/dev/null` == 'Darwin' ] +if [ `uname -s 2>/dev/null` = 'Darwin' ] then LIBTOOL_BIN="glibtool" else