------------------------------------------------------------ revno: 12278 revision-id: squid3@treenet.co.nz-20120811060634-264u7rsvt8036szm parent: squid3@treenet.co.nz-20120811044217-r5iseoxk719vq7fs committer: Amos Jeffries branch nick: trunk timestamp: Sat 2012-08-11 00:06:34 -0600 message: Fix bashisms in bootstrap.sh ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20120811060634-264u7rsvt8036szm # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: f20c71470df9c0ace8aa0baae65c240cce7a37b5 # timestamp: 2012-08-11 06:53:21 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20120811044217-\ # r5iseoxk719vq7fs # # Begin patch === modified file 'bootstrap.sh' --- bootstrap.sh 2012-08-10 00:38:14 +0000 +++ bootstrap.sh 2012-08-11 06:06:34 +0000 @@ -94,7 +94,7 @@ } # 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