From 86f48d9fa477e4507505aca3885c3ef7bb471cc0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 16 Sep 2012 14:06:13 +0200 Subject: Leave auto-compile on This way docstrings will be generated so that the `views' command can read them. --- src/undone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/undone b/src/undone index fa83b7c..9b2cd13 100755 --- a/src/undone +++ b/src/undone @@ -1,4 +1,4 @@ #!/bin/sh BOOT="((@ (undone main) main) (cdr (program-arguments)))" -exec guile --no-auto-compile $GUILE_FLAGS -c "$BOOT" "$0" "$@" +exec guile $GUILE_FLAGS -c "$BOOT" "$0" "$@" -- cgit v1.2.3-54-g00ecf