mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 23:50:47 +02:00
Fix `benchmark-guile'.
* benchmark-guile.in (guile): Use `meta/guile', not `pre-inst-guile'.
This commit is contained in:
parent
0665b3ffcb
commit
4812ce85dd
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Usage: benchmark-guile [-i GUILE-INTERPRETER] [GUILE-BENCHMARK-ARGS]
|
# Usage: benchmark-guile [-i GUILE-INTERPRETER] [GUILE-BENCHMARK-ARGS]
|
||||||
# If `-i GUILE-INTERPRETER' is omitted, use ${top_builddir}/pre-inst-guile.
|
# If `-i GUILE-INTERPRETER' is omitted, use ${top_builddir}/meta/guile.
|
||||||
# See ${top_srcdir}/benchmark-suite/guile-benchmark for documentation on GUILE-BENCHMARK-ARGS.
|
# See ${top_srcdir}/benchmark-suite/guile-benchmark for documentation on GUILE-BENCHMARK-ARGS.
|
||||||
#
|
#
|
||||||
# Example invocations:
|
# Example invocations:
|
||||||
|
@ -21,7 +21,7 @@ if [ x"$1" = x-i ] ; then
|
||||||
shift
|
shift
|
||||||
shift
|
shift
|
||||||
else
|
else
|
||||||
guile=${top_builddir}/pre-inst-guile
|
guile=${top_builddir}/meta/guile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GUILE_LOAD_PATH=$BENCHMARK_SUITE_DIR
|
GUILE_LOAD_PATH=$BENCHMARK_SUITE_DIR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue