Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-19 14:46:18 -0700 (Tue, 19 Apr 2005)
Revision: 884
Log message:
osh should exit when a shell command fails and EXIT_ON_SHELL_ERROR is set.
| Changes | Path |
| +1 -0 | omake/src/env/omake_env.ml |
| +1 -0 | omake/src/env/omake_env.mli |
| +4 -0 | omake/src/env/omake_exn_print.ml |
| +1 -1 | omake/src/eval/omake_rule.ml |
| +11 -10 | omake/src/main/omake_shell.ml |