I have been having problems making beanshell shell scripts on linux. Bascially #! /usr/local/jdk/bin/java bsh.Interpreter works, while #! /usr/local/jdk/bin/java -client bsh.Interpreter does not work. The problem seems to be that all arguments are lumped together when passed to the program, so java doesn't get two arguments '-client' and 'bsh.Interpreter', it gets one '-client bsh.Interpreter'. Who is responsible for magic line interpretation, the shell that calls the script or the kernel? Where is the spec for magic lines?
-- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://xis.xtenit.com ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]