mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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:
parent
d8ee23f34c
commit
ee0f96f00d
@ -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