Did shell changed in the latest XOJO ?

Hello,

I had an app that was handling encrypted DMG images and It seems that lately the app does not work anymore and It used to work. If I pass echo -n 'test pass' | hdiutil attach -stdinpass /path/demo.dmg in Terminal it works, but if I do same thing in XOJO via shell I get Error 1 and before same command was working for a while .

Thanks.

Well it seems that the issue was the path, I was using NativePath for the location and the path had some spaces that were interpreted as parameters. I guess I should use shell path or something like this.