aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-annex.hs b/git-annex.hs
index 7bcd4de22..7785e4f2d 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -32,6 +32,5 @@ tryRun errnum oknum (a:as) = do
{- Exception pretty-printing. -}
showErr :: SomeException -> IO ()
showErr e = do
- let err = show e
- hPutStrLn stderr $ "git-annex: " ++ err
+ hPutStrLn stderr $ "git-annex: " ++ (show e)
return ()