Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-03-26 10:19:33 -0700 (Mon, 26 Mar 2007)
Revision: 10281
Log message:
- In "osh -c 'expr'", if expr raises an ExitException, just exit with the
corresponding code, instead of complaining that "early exit(NN) requested by
an omake file".
- Use 'exit exn_error_code' in place of 'exit <random numerical value>', where
appropriate.
- Made Omake_shell pay a bit more attention to -allow-exceptions in cases of
non-interactive execution (shell script and -c "cmd" modes).
Changes | Path |
+1 -1 | omake-branches/0.9.8.x/src/exec/omake_exec_remote.ml |
+6 -4 | omake-branches/0.9.8.x/src/main/omake_shell.ml |