projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ee23f
)
Fix bashism in build.sh.
author
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 17 Oct 2014 02:20:40 +0000
(
02:20
+0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 17 Oct 2014 02:20:40 +0000
(
02:20
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220027
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/go/build.sh
patch
|
blob
|
history
diff --git
a/bindings/go/build.sh
b/bindings/go/build.sh
index df4855ba76141906f5d86e0dbd8321fe3248ba0e..4a6b442eedbd5c5275fda2a4b8f0097e902206fd 100755
(executable)
--- a/
bindings/go/build.sh
+++ b/
bindings/go/build.sh
@@
-26,7
+26,7
@@
support \
target \
"
-if [ "$1" =
=
"--print-components" ] ; then
+if [ "$1" = "--print-components" ] ; then
echo $llvm_components
exit 0
fi