aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rwxr-xr-xmain2
1 files changed, 1 insertions, 1 deletions
diff --git a/main b/main
index af2f489a..67e30973 100755
--- a/main
+++ b/main
@@ -6,4 +6,4 @@ here=$(dirname $(realpath $0))
GUILE=${GUILE:-$(which guile)}
# GUILE_LOAD_PATH=$here/module
-exec $GUILE -c '((@ (main) main) (command-line))' "$@"
+exec $GUILE -c '((@ (calp main) main) (command-line))' "$@"