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:
parent
62145bfaad
commit
eb8bba56de
@ -26,7 +26,7 @@ support \
|
||||
target \
|
||||
"
|
||||
|
||||
if [ "$1" == "--print-components" ] ; then
|
||||
if [ "$1" = "--print-components" ] ; then
|
||||
echo $llvm_components
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user