Jason Gedge ee8cd671cb Fix bug with multiple input objects to an external command.
Previously, we would build a command that looked something like this:

  <ex_cmd> "$it" "&&" "<ex_cmd>" "$it"

So that the "&&" and "<ex_cmd>" would also be arguments to the command,
instead of a chained command. This commit builds up a command string
that can be passed to an external shell.
2019-10-14 16:47:12 -04:00
..
2019-09-19 16:25:29 +12:00
2019-10-13 17:12:43 +13:00
2019-08-29 01:31:56 -05:00
2019-09-11 10:36:50 -04:00
2019-09-11 10:36:50 -04:00
2019-10-13 17:12:43 +13:00
2019-09-11 10:36:50 -04:00
2019-09-11 10:36:50 -04:00
2019-09-11 10:36:50 -04:00
2019-09-12 01:49:01 -05:00
2019-09-19 16:25:29 +12:00
2019-09-08 14:00:04 +12:00