From 644ef0aa848c2cef6621e0ae6be8b14322b015d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Sep 2023 00:30:49 +0200 Subject: Change how entry point is handled. Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal. --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start') diff --git a/start b/start index 2363d428..48d2c0e0 100755 --- a/start +++ b/start @@ -19,7 +19,7 @@ port=`find_port {8080..9000}` echo "Starting on $port" -$(dirname $(realpath $0))/main \ +$(dirname $(realpath $0))/calp \ --repl=$XDG_RUNTIME_DIR/calp \ --debug \ --edit-mode \ -- cgit v1.2.3