On 9/28/07, Eric Iverson <[EMAIL PROTECTED]> wrote: > I don't understand the x causing an exit from terminal. This has been tested > mostly on Linux with the assumption that Mac would behave properly. I will > take a look to see if there is something obviously wrong with the script.
If the script was sourced (run with the . command instead of normally) then any exit commands in the script would take effect in the command shell process. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
