Skip to content

Commit

Permalink
src/kahua-package.scm: main returns code 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyasuyuki committed Feb 16, 2015
1 parent 987aae2 commit bbea9a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2015-02-16 Yasuyuki ENDO <yasuyuki@kahua.org>

* Fix: src/kahua-package.scm: main returns code 0.

2014-08-31 Shiro Kawai <shiro@acm.org>

* src/kahua/server.scm (entry-lambda): Quote literal keywords
Expand Down
3 changes: 2 additions & 1 deletion src/kahua-package.scm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
. restargs)
(if (< (length restargs) 2)
(usage)
(apply dispatch-command restargs))))
(apply dispatch-command restargs)))
0)

(define (usage)
(with-output-to-port (current-error-port)
Expand Down

0 comments on commit bbea9a5

Please sign in to comment.