diff options
-rw-r--r-- | env.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ GUILE_LOAD_PATH=@abs_top_srcdir@:$GUILE_LOAD_PATH if test "@abs_top_srcdir@" != "@abs_top_builddir@"; then GUILE_LOAD_PATH=@abs_top_builddir@:$GUILE_LOAD_PATH fi -GUILE_LOAD_COMPILED_PATH=@abs_top_builddir@:$GUILE_LOAD_PATH +GUILE_LOAD_COMPILED_PATH=@abs_top_builddir@:$GUILE_LOAD_COMPILED_PATH PATH=@abs_top_builddir@/bin:$PATH export GUILE_LOAD_PATH |