[Lldb-commits] [Diffusion] rL250335: Fix codesign command with cmake.
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 22 05:52:01 PDT 2015
labath added a subscriber: labath.
labath added a comment.
I don't think we should bump the version over a trivial issue like this. cmake 2.8 is still the default on alot of systems.
Wouldn't a well placed quote work also? Like,
`FOO="${BAR}" codesign --force --end`
Or just putting the command into a separate script file? We already execute a lot of scripts from cmake anyway...
Users:
sas (Author)
dawn (Auditor)
http://reviews.llvm.org/rL250335
More information about the lldb-commits
mailing list