Changeset 4774 for src/Pugs/Prim/Eval.hs
- Timestamp:
- 06/18/05 03:34:19 (4 years ago)
- svk:copy_cache_prev:
- 6529
- Files:
-
- 1 modified
-
src/Pugs/Prim/Eval.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Prim/Eval.hs
r4562 r4774 44 44 then requireInc ps file msg 45 45 else do 46 -- XXX security issue? only if you _can_ create a filename, 47 -- but _cant_ control its contents. Yes? 48 opEval style "<internal>" ("%*INC{q{" 49 ++ (decodeUTF8 file) 50 ++ "}} = q{" 51 ++ (decodeUTF8 pathName) ++ "};") 46 52 str <- liftIO $ readFile pathName 47 53 opEval style pathName (decodeUTF8 str)
