Changeset 7325 for src/Main.hs
- Timestamp:
- 10/05/05 22:01:57 (3 years ago)
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r7286 r7325 235 235 doExecuteHelper :: [FilePath] -> [String] -> IO () 236 236 doExecuteHelper helper args = do 237 let searchPaths = [["."], ["..", ".."], [getConfig " sourcedir"]]237 let searchPaths = [["."], ["..", ".."], [getConfig "installsitelib"], [getConfig "sourcedir"]] 238 238 mbin <- findHelper searchPaths 239 239 case mbin of
