Shell Fails on One Machine

Sannyasin Brahmanathaswami brahma at hindu.org
Thu May 5 00:51:13 EDT 2016


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


More information about the use-livecode mailing list