shutdown no longer a special case

This commit is contained in:
Joey Hess 2011-01-29 23:32:32 -04:00
parent 5584ccc8ad
commit c64b50a0ce
2 changed files with 7 additions and 7 deletions

View file

@ -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