Changeset 3239 for src/Pugs/Run.hs

Show
Ignore:
Timestamp:
05/15/05 04:00:25 (4 years ago)
Author:
bsb
svk:copy_cache_prev:
4802
Message:

unbreak runWithArgs, oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Run.hs

    r3238 r3239  
    2323-- |Run 'Main.run' with command line args.  
    2424-- See 'Main.main' and 'Pugs.Run.Args.canonicalArgs' 
    25 runWithArgs :: IO() 
    2625runWithArgs f = do 
    2726    args <- getArgs 
     
    129128        ] 
    130129 
    131 -- |Combine @%*ENV<PERL6LIB>@, -I, 'Pugs.Config.config' values and \".\" into 
     130-- |Combine @%*ENV\<PERL6LIB\>@, -I, 'Pugs.Config.config' values and \".\" into 
    132131-- the @\@*INC@ list for 'Main.printConfigInfo' 
    133132getLibs :: IO [String]