unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* ~/bin/demo bugfix
@ 2003-09-03 11:25 Thien-Thi Nguyen
  0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2003-09-03 11:25 UTC (permalink / raw)
  Cc: guile-user

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
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-03 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-03 11:25 ~/bin/demo bugfix Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).