Fix bashism in build.sh.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 17 Oct 2014 02:20:40 +0000 (02:20 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 17 Oct 2014 02:20:40 +0000 (02:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220027 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/go/build.sh

index df4855ba76141906f5d86e0dbd8321fe3248ba0e..4a6b442eedbd5c5275fda2a4b8f0097e902206fd 100755 (executable)
@@ -26,7 +26,7 @@ support \
 target \
 "
 
-if [ "$1" == "--print-components" ] ; then
+if [ "$1" = "--print-components" ] ; then
   echo $llvm_components
   exit 0
 fi