google-code-export / yabi

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

Local Exec doesn't process combined arguments correctly #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a dd tool with the if and of arguments
2. run a workflow that has dd in it

What is the expected output? What do you see instead?

Instead of 

dd if='somefile' of='somefile.out'

Localexec runs

dd if = 'somefile' of = 'somefile.out'

Note the extra spaces around the equal signs

Original issue reported on code.google.com by szab...@gmail.com on 24 Feb 2012 at 6:37

GoogleCodeExporter commented 9 years ago
Fixed on tszabo in 930ca00a7c0c

Original comment by szab...@gmail.com on 24 Feb 2012 at 6:40