frontend.lisp: Return non-nil from `main'.
[zone] / frontend.lisp
index 613fb21..e170731 100644 (file)
          (die-usage)))
       (if opt-debug
          (run)
-         (with-unix-error-reporting () (run))))))
+         (with-unix-error-reporting () (run)))
+      t)))
 
 ;;;----- That's all, folks --------------------------------------------------