aboutsummaryrefslogtreecommitdiff
path: root/pre-inst-env.in
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-06 19:08:54 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-06 19:08:54 +0200
commitc2d774746475b61bab2f2154ba06a311d8ce65bc (patch)
treebb728548c6060ef33d8e83f86d79ec0c058819d3 /pre-inst-env.in
parent8ee380ba3dbaca9a703d68c575c50e2df0111cc4 (diff)
downloadguix-c2d774746475b61bab2f2154ba06a311d8ce65bc.tar
guix-c2d774746475b61bab2f2154ba06a311d8ce65bc.tar.gz
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in
index cd4ee01497..15a48dedaa 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.