Changeset 5266 for src/Main.hs
- Timestamp:
- 07/07/05 07:44:01 (4 years ago)
- svk:copy_cache_prev:
- 7266
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r5158 r5266 89 89 -- "-e foo bar.p6" executes "foo" with @*ARGS[0] eq "bar.p6", 90 90 -- "-E foo bar.p6" executes "foo" and then bar.p6. 91 -- XXX - Wrong -- Need to preserve environment across -E runs 91 92 run (("-E"):prog:rest) = run ("-e":prog:[]) >> run rest 92 93 run ("-":args) = do doRun "-" args =<< readStdin
