summaryrefslogtreecommitdiff
path: root/Command/RecvKey.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-29 23:32:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-29 23:32:32 -0400
commitc64b50a0ce725df2d5317b7ae4918b61aafa25ee (patch)
tree21ff1dceae32804dc1b6489638a7f15d8390a382 /Command/RecvKey.hs
parent5584ccc8adbbcd629b3809fd39b5c00479fd0a25 (diff)
shutdown no longer a special case
Diffstat (limited to 'Command/RecvKey.hs')
-rw-r--r--Command/RecvKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs
index 0abea07f2..8a9673050 100644
--- a/Command/RecvKey.hs
+++ b/Command/RecvKey.hs
@@ -38,6 +38,6 @@ start keyname = do
then do
-- forcibly quit after receiving one key,
-- and shutdown cleanly so queued git commands run
- _ <- shutdown 0
+ _ <- shutdown
liftIO exitSuccess
else liftIO exitFailure