aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rwxr-xr-xmain4
1 files changed, 2 insertions, 2 deletions
diff --git a/main b/main
index 89c38e51..af2f489a 100755
--- a/main
+++ b/main
@@ -3,7 +3,7 @@
here=$(dirname $(realpath $0))
. $here/env
-GUILE=${GUILE:-guile}
+GUILE=${GUILE:-$(which guile)}
# GUILE_LOAD_PATH=$here/module
-exec $GUILE -e main -s $here/module/main.scm "$@"
+exec $GUILE -c '((@ (main) main) (command-line))' "$@"