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. --- main | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 main (limited to 'main') diff --git a/main b/main deleted file mode 100755 index fb3a1e03..00000000 --- a/main +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -here=$(dirname $(realpath $0)) -. $here/env - -make GUILE="$GUILE" go_files - -exec $GUILE -e '(@ (calp main) main)' "$@" -- cgit v1.2.3