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)
llvm-svn: 220027

llvm/bindings/go/build.sh

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