From c501d037b6a5b6953edd6a1da38b0d8e80ad4c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 14 Dec 2008 21:07:09 +0100 Subject: [PATCH] Fixlet for `run-benchmark.scm'. * gc-benchmarks/run-benchmark.scm (%default-options): Default to the empty list for `input'. --- gc-benchmarks/run-benchmark.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gc-benchmarks/run-benchmark.scm b/gc-benchmarks/run-benchmark.scm index f6a8296fc..509f978ee 100755 --- a/gc-benchmarks/run-benchmark.scm +++ b/gc-benchmarks/run-benchmark.scm @@ -176,7 +176,8 @@ exec ${GUILE-guile} -q -l "$0" \ `((reference-environment . "GUILE=guile") (benchmark-directory . "./gc-benchmarks") (log-port . ,(current-output-port)) - (profile-options . ""))) + (profile-options . "") + (input . ()))) (define (show-help) (format #t "Usage: run-benchmark [OPTIONS] BENCHMARKS...