Leave auto-compile on

This way docstrings will be generated so that the `views' command can
read them.
This commit is contained in:
Tom Willemsen 2012-09-16 14:06:13 +02:00
parent f305dd0c42
commit 86f48d9fa4

View file

@ -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" "$@"