On Wed, Nov 15, 2017 at 7:04 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
Alistair Grant wrote
> Sorry for making you do all the work

Not at all; happy to help. It takes a village! BTW I tracked it down to the
spaces in the command path. IIRC from my OSP hacking days, it probably has
something to do with the path not being run through the shell to interpret
the $\s.


Yeah, OSSubprocess wont interpret, not expand anything. If you want to use shell, then you have to use #shellCommand: or #shell:command:�� (see its senders for test examples)

Cheers,


--