From 1cc4d947524b4780f0055e62e152083982bbf186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 4 Mar 2022 01:50:46 +0100 Subject: Allow explicit GUILE environment, document it. The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables. --- main | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main') diff --git a/main b/main index 67e30973..5820b1cd 100755 --- a/main +++ b/main @@ -3,7 +3,6 @@ here=$(dirname $(realpath $0)) . $here/env -GUILE=${GUILE:-$(which guile)} -# GUILE_LOAD_PATH=$here/module +make GUILE="$GUILE" go_files exec $GUILE -c '((@ (calp main) main) (command-line))' "$@" -- cgit v1.2.3