1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Have `benchmark-guile' honor the current $GUILE_LOAD_PATH.

* benchmark-guile.in (GUILE_LOAD_PATH): Extend the current value instead
  of overwriting it completely.
This commit is contained in:
Ludovic Courtès 2010-07-13 00:02:54 +02:00
parent 410f2f0ddc
commit bd2057ff19

View file

@ -24,7 +24,7 @@ else
guile=${top_builddir}/meta/guile
fi
GUILE_LOAD_PATH=$BENCHMARK_SUITE_DIR
GUILE_LOAD_PATH="$BENCHMARK_SUITE_DIR${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
export GUILE_LOAD_PATH
if [ -f "$guile" -a -x "$guile" ] ; then