shutdown no longer a special case
This commit is contained in:
parent
5584ccc8ad
commit
c64b50a0ce
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue