Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-29 14:06:30 -0700 (Fri, 29 Apr 2005)
Revision: 914
Log message:

      Added a 2-argument version of cd.  To evaluate $(cd dir, e),
      change to the directory "dir", then exvaluate expression "e"
      and return the result.  The expression "e" is evaluated lazily.
      The current directory is not changed otherwise.
      

Changes  Path
+53 -37 omake/src/build/omake_builtin_shell.ml