chiark
/
gitweb
/
~mdw
/
zone
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
frontend.lisp: Return non-nil from `main'.
[zone]
/
frontend.lisp
diff --git
a/frontend.lisp
b/frontend.lisp
index 613fb21e7ab5c19abf34b4f7966f3c8211416c1e..e170731fbd70f77ab60fc7e1c8fe100cfc4075e0 100644
(file)
--- a/
frontend.lisp
+++ b/
frontend.lisp
@@
-121,6
+121,7
@@
(defun main ()
(die-usage)))
(if opt-debug
(run)
- (with-unix-error-reporting () (run))))))
+ (with-unix-error-reporting () (run)))
+ t)))
;;;----- That's all, folks --------------------------------------------------