Re: do shell script with administrator privileges & shell commands
Re: do shell script with administrator privileges & shell commands
- Subject: Re: do shell script with administrator privileges & shell commands
- From: Christopher Nebel <email@hidden>
- Date: Wed, 14 Aug 2002 12:47:11 -0700
On Wednesday, August 14, 2002, at 12:18 PM, garbanzito wrote:
now, "do shell script" seems designed to:
a) spawn a shell process (actually /bin/zsh) ...
Actually, "do shell script" invokes /bin/sh. The tricky bit is that sh
(at least in 10.1) is actually a link to /bin/zsh, which is able to
emulate sh. Keep this in mind before attempting to use anything
zsh-specific.
--Chris Nebel
AppleScript Engineering
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.