Changeset 7463 for src/Pugs.hs
- Timestamp:
- 10/09/05 13:58:21 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs.hs
r7462 r7463 246 246 doExecuteHelper :: FilePath -> [String] -> IO () 247 247 doExecuteHelper helper args = do 248 let searchPaths = concatMap (\x -> map (x++) suffixes) [["."], ["..", ".."], [getConfig "sourcedir"], [getConfig "p erl5privlib", "auto", "pugs"], [getConfig "perl5sitelib", "auto", "pugs"]]248 let searchPaths = concatMap (\x -> map (x++) suffixes) [["."], ["..", ".."], [getConfig "sourcedir"], [getConfig "privlib", "auto", "pugs"], [getConfig "sitelib", "auto", "pugs"]] 249 249 mbin <- findHelper searchPaths 250 250 case mbin of
