New iMac with clean install of El Capitan

My stack using shell scripts are failing on the shell calls.

The normal debug procedure:

Open terminal   # test your commands here first

% open /Volumes/Chola1/WWW/public_html

Works as expected.. The folder is opened on the desktop

But from inside my app

Put  "/Volumes/Chola1/WWW/public_html” into pPath

openInFinder pPath

command openInFinder pPath

put ("open " & quote & pPath & quote) into tShell

get shell (tShell)

end openInFinder

Fails…

The result is “1”

Any clues?

BR
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to