diff options
| author | Ludovic Courtès | 2014-07-06 19:08:54 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2014-07-06 19:08:54 +0200 |
| commit | c2d774746475b61bab2f2154ba06a311d8ce65bc (patch) | |
| tree | bb728548c6060ef33d8e83f86d79ec0c058819d3 /pre-inst-env.in | |
| parent | 8ee380ba3dbaca9a703d68c575c50e2df0111cc4 (diff) | |
build: Remove empty element from $GUILE_LOAD_PATH.
* pre-inst-env.in (GUILE_LOAD_PATH): Remove extraneous colon.
Diffstat (limited to 'pre-inst-env.in')
| -rw-r--r-- | pre-inst-env.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in index cd4ee0149..15a48deda 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -31,7 +31,7 @@ abs_top_srcdir="`cd "@abs_top_srcdir@" > /dev/null; pwd`" abs_top_builddir="`cd "@abs_top_builddir@" > /dev/null; pwd`" GUILE_LOAD_COMPILED_PATH="$abs_top_builddir${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" -GUILE_LOAD_PATH="$abs_top_builddir:$abs_top_srcdir${GUILE_LOAD_PATH:+:}:$GUILE_LOAD_PATH" +GUILE_LOAD_PATH="$abs_top_builddir:$abs_top_srcdir${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH" export GUILE_LOAD_COMPILED_PATH GUILE_LOAD_PATH # Define $PATH so that `guix' and friends are easily found. |