From 3828d27cc8dde7064f83cbd8815e365984a331c6 Mon Sep 17 00:00:00 2001 From: nathansmith Date: Wed, 14 May 2025 08:25:50 -0600 Subject: Freebsd shit --- cgi-bin/guest_book.cgi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cgi-bin/guest_book.cgi b/cgi-bin/guest_book.cgi index f8caccf..8c0057b 100755 --- a/cgi-bin/guest_book.cgi +++ b/cgi-bin/guest_book.cgi @@ -1,4 +1,4 @@ -#! /usr/bin/guile \ +#! /usr/local/bin/guile3 \ -e main -s !# @@ -7,7 +7,7 @@ (use-modules (sxml simple)) (use-modules (json)) -(define guest-book-json-file "cgi-bin/guest_book.json") +(define guest-book-json-file "guest_book.json") (define (decode-hex hex) (string (integer->char @@ -195,7 +195,7 @@ table {\n\ (lambda (error) (display " \n\ \n\
\n\ -

No guest have been added ): But you can be the first!

\n\ +

No guest(s) have been added ): But you can be the first!

\n\
\n")) (lambda () @@ -216,4 +216,3 @@ table {\n\ (define (main args) (display-guest-book)) - -- cgit v1.2.3