Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-08-30 03:11:52 -0700 (Tue, 30 Aug 2005)
Revision: 1431
Log message:
The side-effects of the last program in a pipeline should be inherited:
"true | cd /tmp; pwd" should print "/tmp".
This is a small step towards solving bug 504.
Changes | Path |
+3 -3 | omake/src/shell/omake_shell_job.ml |
+8 -24 | omake/src/shell/omake_shell_parse.mly |