[Buildbot-devel] ShellStep, how to remove those quotes?
Amber Yust
ayust at yelp.com
Wed Jan 19 20:17:19 UTC 2011
You might try...
['find', '.', '-name', '*.php', '-exec', 'dos2unix {};']
Keep in mind that with the list parameter format, you're not going through a
shell's interpreter layer.
~Amber
On Wed, Jan 19, 2011 at 12:00 PM, <ariasgore at gmx.de> wrote:
> ['find', '.', '-name', '"*.php"', '-exec', 'dos2unix', '{}', '\;']
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110119/02ca4981/attachment.html>
More information about the devel
mailing list