~ chicken-core (chicken-5) e9cbefea25d64ddd1c639e7e5b6791d95e5cb3b7


commit e9cbefea25d64ddd1c639e7e5b6791d95e5cb3b7
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Jan 1 15:56:33 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Jan 1 15:56:33 2025 +0100

    fix syntax error in bootstrap.sh

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 93376cc4..60485e74 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -14,7 +14,7 @@ case "$(uname)" in
     *BSD)
 	# Counter-intuitively, the ftp(1) program on many
 	# BSDs supports both HTTP(S) and FTP
-        getcmd=ftp;;
+        getcmd=ftp
         mkcmd=gmake;;
 esac
 
Trap