+ Exit with status 0 if an error occurs during exiting.
+ Minor cleanup
This commit is contained in:
parent
69248ecad2
commit
bcbd16ff0a
|
@ -347,10 +347,9 @@
|
|||
(more)
|
||||
(with-handler
|
||||
(lambda (c m)
|
||||
(scheme-exit-now 1))
|
||||
(scheme-exit-now 0))
|
||||
(lambda ()
|
||||
(call-exit-hooks-and-narrow (lambda () #t))
|
||||
(more)))))
|
||||
(scsh-exit-now 0)))))
|
||||
(lambda ()
|
||||
(with-scsh-initialized
|
||||
(not term-switch) context args
|
||||
|
|
Loading…
Reference in New Issue