souzaonofre / fabricate

Automatically exported from code.google.com/p/fabricate
0 stars 0 forks source link

Fix command.split() in memoize() to be escape-safe #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now that run() takes a list of args, memoize() is defined as
run(*command.split()), which is a bit nasty. Need proper escape/quote
handling here -- i.e., a cmdline2list() type function.

Original issue reported on code.google.com by benh...@gmail.com on 12 Aug 2009 at 12:33

GoogleCodeExporter commented 9 years ago
Fixed in r47 and also fixed similar issues with ' '.join(args) when fabricate is
called as a script.

Original comment by benh...@gmail.com on 13 Aug 2009 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by benh...@gmail.com on 13 Aug 2009 at 9:19

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 070932f7fc3d.

Original comment by simon.al...@gmail.com on 15 Apr 2013 at 4:38