[cfe-dev] [PATCH] Fix `[` calls in libcxx buildit script

Jonas Wagner jonas.wagner at epfl.ch
Wed Jan 29 07:40:55 PST 2014


Hi,

I noticed that the buildit shell script for libcxx uses == instead of = to
test for string equality using test ( [ ). This does not work on Linux. The
attached patch fixes the issue.

Best,
Jonas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140129/f8fd16ff/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-calls-in-buildit-script.patch
Type: application/octet-stream
Size: 1249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140129/f8fd16ff/attachment.obj>


More information about the cfe-dev mailing list