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. --- env | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 env (limited to 'env') diff --git a/env b/env deleted file mode 100644 index 31ff2281..00000000 --- a/env +++ /dev/null @@ -1,17 +0,0 @@ -# -*- mode: sh -*- - -_here=$(dirname "$(realpath "${BASH_SOURCE[0]}")") - -export GUILE=${GUILE:-guile} -guile_version=$($GUILE -c '(display (version))') - -export GUILE_LOAD_COMPILED_PATH=${_here}/obj-${guile_version}:${GUILE_LOAD_COMPILED_PATH} -export GUILE_LOAD_PATH=${_here}/module:${GUILE_LOAD_PATH} -export GUILE_AUTO_COMPILE=0 - -# TODO why is this set? -export LIBEXEC=${_here}/scripts/ - -#export GUILE_AUTO_COMPILE=0 - -# exec "$@" -- cgit v1.2.3