On Wed, 30 May 2001, Jeff Raven wrote:
>    D) Provide two menu items, say [exec] and [cexec]; the first
>       would just use "sh", the second "sh -c". rootCommand would
>       still use "sh -c". For the most part this would make things
>       work like they used to before the exec code was changed.
>    E) Provide two menu items, say [exec] and [sexec]; the first
>       using "sh -c" and the second using "sh". rootCommand would
>       still use "sh -c".

Umm... As far as I can tell (and I just tested it) 'sh <command>' will NOT work, 
unless <command> is a shell script. 'sh -c <command>' tells sh "execute this command 
without entering interactive mode". 'sh <command>' says "execute this shell script 
using the shell".

Also, was my execute "semi-patch" totally ignored? 
(http://www.mail-archive.com/[email protected]/msg02459.html) I haven't had the 
time to do a correct patch, because I've been working on some new software that has 
been a total PITA to write/debug/smash with sledgehammer.

--gile
--
"Anyone can be a winner, unless there's a second entry."

Reply via email to