Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-19 15:47:13 -0700 (Tue, 19 Apr 2005)
Revision: 885
Log message:

      Due to Aleksey's (implicit) suggestion, I've redefined the variables:
      
         ABORT_ON_COMMAND_ERROR: if defined and true, raises an
            exception whenever a shell command terminates abnormally.
         EXIT_ON_UNCAUGHT_EXCEPTION: if defined and true, causes
            osh to exit abnormally whenver an exception is not
            caught.
      

Changes  Path
+2 -2 omake/OMakeroot.src.in
+0 -1 omake/src/env/omake_env.ml
+0 -1 omake/src/env/omake_env.mli
+0 -4 omake/src/env/omake_exn_print.ml
+2 -2 omake/src/eval/omake_rule.ml
+2 -1 omake/src/ir/omake_symbol.ml
+13 -3 omake/src/main/omake_shell.ml