mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
410f2f0ddc
commit
bd2057ff19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue