google-code-export / yabi

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

LocalEX backend can not run commands with > #276

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The LocalEX backend uses exec to run commands rather than running them in a 
shell. When running a task that ends up like this:

gzip -c "/home/ccg-user/0af53afb-bab9-4fa3-8f03-316410f4d8c7/input/readme.txt" 
>"readme.gz"

The LocalEX interprets the > and the readme.gz as additional file inputs to 
gzip.

Original issue reported on code.google.com by amacgregor on 24 Jan 2013 at 6:48