[Lldb-commits] [Patch][Please Review] Fix bashisms in swig scripts

Malea, Daniel daniel.malea at intel.com
Wed Sep 26 16:26:51 PDT 2012


Hi Filipe,

I recently noticed an issue with the SWIG generation scripts when building on Ubuntu recently.

The problem is due to dash (the default shell) not accepting == string equality operator as POSIX requires a single = to be used. Please review the attached patch that resolves the problem by replacing == with = as needed.


Thanks,
Dan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb_script_bashism_fixes.patch
Type: application/octet-stream
Size: 9499 bytes
Desc: lldb_script_bashism_fixes.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20120926/940f7a8e/attachment.obj>


More information about the lldb-commits mailing list