From: Peter Collingbourne Date: Fri, 17 Oct 2014 02:20:40 +0000 (+0000) Subject: Fix bashism in build.sh. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ee0f96f00df54901f062cb262bf2c88084800b3c;hp=d8ee23f34c2f4b8472f406067140cb4d37c19cab Fix bashism in build.sh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220027 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/go/build.sh b/bindings/go/build.sh index df4855ba761..4a6b442eedb 100755 --- a/bindings/go/build.sh +++ b/bindings/go/build.sh @@ -26,7 +26,7 @@ support \ target \ " -if [ "$1" == "--print-components" ] ; then +if [ "$1" = "--print-components" ] ; then echo $llvm_components exit 0 fi