guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

~/bin/demo bugfix


From: Thien-Thi Nguyen
Subject: ~/bin/demo bugfix
Date: Wed, 03 Sep 2003 13:25:17 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]