diff options
Diffstat (limited to 'AddPath.hs')
-rw-r--r-- | AddPath.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ main = do rawArgs <- getArgs case getOpt Permute optionDescription rawArgs of (actions, args, []) -> do - options <- foldl (>>=) (return defaultOptions) actions + options <- foldl (>>=) (return defaultOptions) actions case args of [path] -> addPath path options _ -> invalidNumberOfArguments |