diff options
-rw-r--r-- | benchmark-guile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark-guile.in b/benchmark-guile.in index af1ade616..34f9c0646 100644 --- a/benchmark-guile.in +++ b/benchmark-guile.in @@ -1,6 +1,6 @@ #! /bin/sh # 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. # # Example invocations: @@ -21,7 +21,7 @@ if [ x"$1" = x-i ] ; then shift shift else - guile=${top_builddir}/pre-inst-guile + guile=${top_builddir}/meta/guile fi GUILE_LOAD_PATH=$BENCHMARK_SUITE_DIR |