aboutsummaryrefslogtreecommitdiff
path: root/start
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-11 00:30:49 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-11 19:58:54 +0200
commit644ef0aa848c2cef6621e0ae6be8b14322b015d0 (patch)
treecd7bbb442f735378e095ca3aba04756dd119c66f /start
parentAdd documentation for translation procedures. (diff)
downloadcalp-644ef0aa848c2cef6621e0ae6be8b14322b015d0.tar.gz
calp-644ef0aa848c2cef6621e0ae6be8b14322b015d0.tar.xz
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.
Diffstat (limited to 'start')
-rwxr-xr-xstart2
1 files changed, 1 insertions, 1 deletions
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 \