aboutsummaryrefslogtreecommitdiff
path: root/production-main
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 /production-main
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 'production-main')
-rw-r--r--production-main3
1 files changed, 0 insertions, 3 deletions
diff --git a/production-main b/production-main
deleted file mode 100644
index 69939def..00000000
--- a/production-main
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-GUILE=${GUILE:-guile}
-exec "$GUILE" -e '(@ (calp main) main)' "$@"