Re: NSUserUnixTask and com.apple.foundation.UserScriptService crash [SOLVED]

2012-12-02 Thread Quincey Morris
On Dec 2, 2012, at 02:18 , jonat...@mugginsoft.com wrote: > Thanks to Fritz for pointing out that the error detection was not up to > scratch. > if (!userScriptsFolderURL || *error) { > [NSException raise:MGSTaskStartException format:@"Bad user scripts > folder URL"]; > } > if (!_u

Re: NSUserUnixTask and com.apple.foundation.UserScriptService crash [SOLVED]

2012-12-02 Thread jonathan
On 1 Dec 2012, at 22:13, jonat...@mugginsoft.com wrote: > I am trying to run the following one line echo bash script using > NSUserUnixTask: > > echo "hello" >/dev/stderr No need to go any further than here. A script containing the above line executes in the bash shell as is, however NSUserUni