Skip to content

Commit

Permalink
Fix bashism in build.sh.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220027 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
pcc committed Oct 17, 2014
1 parent d8ee23f commit ee0f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/go/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ support \
target \
"

if [ "$1" == "--print-components" ] ; then
if [ "$1" = "--print-components" ] ; then
echo $llvm_components
exit 0
fi
Expand Down

0 comments on commit ee0f96f

Please sign in to comment.