diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-02-28 00:04:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-02-28 00:04:35 +0100 |
commit | 02e2bf98e627b299700d8f442ece7e192e945039 (patch) | |
tree | f4e49da4e397ab21f7dca248f0207a9439cb1143 | |
parent | f7f2f759a6902f6ce54a13cb1f28e6161c431e05 (diff) |
env: Do not clobber the GUILE_LOAD_COMPILED_PATH.
-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 |