Re: Problem running shell command in spawn(), fixed...

2021-08-26 Thread Mark Reynolds
On 8/26/21 5:15 AM, Stef Walter wrote: On Wed, Aug 25, 2021 at 8:51 PM Mark Reynolds > wrote: Well I tried a lot of different things, but for some reason switching the first two items to use single quotes instead of double quotes got it working:

Re: Problem running shell command in spawn(), fixed...

2021-08-26 Thread Stef Walter
On Wed, Aug 25, 2021 at 8:51 PM Mark Reynolds wrote: > Well I tried a lot of different things, but for some reason switching > the first two items to use single quotes instead of double quotes got it > working: > > let cmd = [ > -

Re: Problem running shell command in spawn(), fixed...

2021-08-25 Thread Mark Reynolds
Well I tried a lot of different things, but for some reason switching the first two items to use single quotes instead of double quotes got it working: let cmd = [ -    "/bin/sh", -