From 1c9863b704528439a4827b751d10f2e411f5f71e Mon Sep 17 00:00:00 2001 From: Luca Pizzamiglio Date: Tue, 5 Sep 2017 07:53:13 +0000 Subject: benchmarks/unixbench: updating to version 5.1.3 While I'm here: * updating MAINTAINER entry * adding the proper dependencies Reviewed by: mat Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12224 --- benchmarks/unixbench/files/patch-pgms_multi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/unixbench/files/patch-pgms_multi.sh') diff --git a/benchmarks/unixbench/files/patch-pgms_multi.sh b/benchmarks/unixbench/files/patch-pgms_multi.sh index 0b344228ae96..0a4dca1c2169 100644 --- a/benchmarks/unixbench/files/patch-pgms_multi.sh +++ b/benchmarks/unixbench/files/patch-pgms_multi.sh @@ -1,4 +1,4 @@ ---- pgms/multi.sh.orig 1995-11-28 00:19:10 UTC +--- pgms/multi.sh.orig 2015-06-04 17:20:18 UTC +++ pgms/multi.sh @@ -14,6 +14,7 @@ # @@ -7,4 +7,4 @@ +cd ${TMPDIR} instance=1 while [ $instance -le $1 ]; do - /bin/sh $BINDIR/tst.sh & + /bin/sh "$UB_BINDIR/tst.sh" & -- cgit v1.2.3