Leave auto-compile on
This way docstrings will be generated so that the `views' command can read them.
This commit is contained in:
parent
f305dd0c42
commit
86f48d9fa4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
BOOT="((@ (undone main) main) (cdr (program-arguments)))"
|
BOOT="((@ (undone main) main) (cdr (program-arguments)))"
|
||||||
exec guile --no-auto-compile $GUILE_FLAGS -c "$BOOT" "$0" "$@"
|
exec guile $GUILE_FLAGS -c "$BOOT" "$0" "$@"
|
||||||
|
|
Loading…
Reference in a new issue