Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-01-21 14:42:37 -0800 (Sat, 21 Jan 2006)
Revision: 8553
Log message:
      Moving the PATH expansion of the executable in the commandline from omake_rule
       (which is too early in case the beginning of the pipeline modifies the cwd or
       the PATH variable) to omake_shell_job (i.e. the PATH expansion happens right
       when the command is about to be executed).
       
| Changes | Path | 
| +2 -39 | omake-branches/0.9.6.x/src/build/omake_rule.ml | 
| +1 -0 | omake-branches/0.9.6.x/src/shell/OMakefile | 
| +37 -0 | omake-branches/0.9.6.x/src/shell/omake_shell_job.ml |