on 2012-04-30 16:51 Dinse, Gregg (NIH/NIEHS) [E] wrote
When I first moved to Lion, I tried running a SAS program and it seemed to
work. It turns out that if I do not edit the SAS script, it will run, but as
soon as I make a change and save the file, it will not run. I get the
following error message:
-bash: ./nlin.csh: /bin/csh: bad interpreter: Operation not permitted
i googled your error message and came up with the suggestion that you remove
the quarantine attribute from your script file
xattr -d com.apple.quarantine nlin.csh
lots more if you do a search yourself ...
One last thing, which may not be relevant at all, but I did notice that the owner seemed to be fine on my user files,
but the group was not. On my old machine the group was "staff", but on the Lion machine the group was
"admin". I used chown to change the group from "admin" to "staff" but it did not solve
the problem. I used the following command:
chown -R :staff dinse
where dinse is the name of my home directory.
what that did depends what your current directory is
_______________________________________________
MacOSX-talk mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/macosx-talk