1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix bashism in build.sh.

llvm-svn: 220027
This commit is contained in:
Peter Collingbourne 2014-10-17 02:20:40 +00:00
parent 62145bfaad
commit eb8bba56de

View File

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