aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 781f8e8..e566eda 100644
--- a/Main.hs
+++ b/Main.hs
@@ -385,4 +385,4 @@ main = catch go bad
go = parseOpts >>= uncurry (flip runCmd)
bad e = do
hPutStrLn stderr $ "fatal: " ++ displayException (e :: IOException)
- exitWith (ExitFailure 2)
+ exitWith (ExitFailure 129)