summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-13 16:21:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-13 16:21:50 -0400
commitf87c5ed9496f50646d9f5e8be540f8bc059db242 (patch)
tree08c5bfede3fb07573a6859b576a45a3ac84d3a1b /git-annex.hs
parente28ff5bdaf7ce56c0c928904ff883c1e2cd093de (diff)
copying almost working
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 ()