aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rwxr-xr-xmain4
1 files changed, 3 insertions, 1 deletions
diff --git a/main b/main
index 2d3e7e4a..f9bf296e 100755
--- a/main
+++ b/main
@@ -3,4 +3,6 @@
here=$(dirname $(realpath $0))
. $here/env
-exec guile -e main -s $here/module/main.scm "$@"
+GUILE=${GUILE:-guile}
+
+exec $GUILE -e main -s $here/module/main.scm "$@"