Changeset 3239 for src/Pugs/Run.hs
- Timestamp:
- 05/15/05 04:00:25 (4 years ago)
- svk:copy_cache_prev:
- 4802
- Files:
-
- 1 modified
-
src/Pugs/Run.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Run.hs
r3238 r3239 23 23 -- |Run 'Main.run' with command line args. 24 24 -- See 'Main.main' and 'Pugs.Run.Args.canonicalArgs' 25 runWithArgs :: IO()26 25 runWithArgs f = do 27 26 args <- getArgs … … 129 128 ] 130 129 131 -- |Combine @%*ENV <PERL6LIB>@, -I, 'Pugs.Config.config' values and \".\" into130 -- |Combine @%*ENV\<PERL6LIB\>@, -I, 'Pugs.Config.config' values and \".\" into 132 131 -- the @\@*INC@ list for 'Main.printConfigInfo' 133 132 getLibs :: IO [String]
