Fix bashism in build.sh.
[oota-llvm.git] / bindings / go / build.sh
index df4855ba76141906f5d86e0dbd8321fe3248ba0e..4a6b442eedbd5c5275fda2a4b8f0097e902206fd 100755 (executable)
@@ -26,7 +26,7 @@ support \
 target \
 "
 
 target \
 "
 
-if [ "$1" == "--print-components" ] ; then
+if [ "$1" = "--print-components" ] ; then
   echo $llvm_components
   exit 0
 fi
   echo $llvm_components
   exit 0
 fi