From 31ffe88d8697870bae6ad6cc653f0576d319efa7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 27 Jan 2012 17:56:25 +0100 Subject: [PATCH] fix a cat --- misc/tools/the-big-benchmark/the-big-benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.sh b/misc/tools/the-big-benchmark/the-big-benchmark.sh index d7503fcb..667e413f 100755 --- a/misc/tools/the-big-benchmark/the-big-benchmark.sh +++ b/misc/tools/the-big-benchmark/the-big-benchmark.sh @@ -67,7 +67,7 @@ for e in omg low med normal high ultra ultimate; do break fi cat data/engine.log >> data/the-big-benchmark.log - cat benchmark.log >> data/the-big-benchmark.log + cat data/benchmark.log >> data/the-big-benchmark.log done if [ -f ./all ]; then ./all clean -r -f -u -- 2.39.2