Fix bashism in build.sh.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Peter Collingbourne 2014-10-17 02:20:40 +00:00
parent d8ee23f34c
commit ee0f96f00d

View File

@ -26,7 +26,7 @@ support \
target \
"
if [ "$1" == "--print-components" ] ; then
if [ "$1" = "--print-components" ] ; then
echo $llvm_components
exit 0
fi