~ chicken-core (chicken-5) 146114bd80538e67b30961fba1a4621e47b6ce7c
commit 146114bd80538e67b30961fba1a4621e47b6ce7c Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Jan 11 08:10:59 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Jan 11 08:10:59 2010 +0100 silly diff --git a/chicken-install.scm b/chicken-install.scm index 30fb40ce..295deb6e 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -444,7 +444,7 @@ EOF (string=? arg "--help")) (usage 0)) ((string=? arg "-repository") - (printf "~a" (repository-path)) + (print (repository-path)) (exit 0)) ((string=? arg "-force") (set! *force* #t)Trap