~/bin/demo bugfix
Thien-Thi Nguyen <[email protected]>
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <[email protected]> |
bugfix for ~/bin/demo (missing the child exit):
change the line that reads:
(load-from-path program))
into two that read:
(load-from-path program)
(exit #t))
thi
_______________________________________________
Guile-user mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/guile-user