X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/7cf6460add07baab255155f105f3a37aa71a0f69..22b979aaa4bf5acaf54f3508d0d5474598149395:/frontend.lisp?ds=sidebyside diff --git a/frontend.lisp b/frontend.lisp index 613fb21..e170731 100644 --- a/frontend.lisp +++ b/frontend.lisp @@ -121,6 +121,7 @@ (die-usage))) (if opt-debug (run) - (with-unix-error-reporting () (run)))))) + (with-unix-error-reporting () (run))) + t))) ;;;----- That's all, folks --------------------------------------------------