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