summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-16 14:06:13 +0200
committerGravatar Tom Willemsen2012-09-16 14:06:13 +0200
commit86f48d9fa477e4507505aca3885c3ef7bb471cc0 (patch)
treefa9c35dfb2c9e338b18a6fc459dc718d64e0924b
parentf305dd0c42c8d11d64efca6c37df148f934833c3 (diff)
downloadundone-86f48d9fa477e4507505aca3885c3ef7bb471cc0.tar.gz
undone-86f48d9fa477e4507505aca3885c3ef7bb471cc0.zip
Leave auto-compile on
This way docstrings will be generated so that the `views' command can read them.
-rwxr-xr-xsrc/undone2
1 files changed, 1 insertions, 1 deletions
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" "$@"