diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-09-05 07:53:13 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-09-05 07:53:13 +0000 |
commit | 1c9863b704528439a4827b751d10f2e411f5f71e (patch) | |
tree | de7d6ce9cec438142aa36f201a805ebb89ae1585 /benchmarks/unixbench/files/patch-pgms_multi.sh | |
parent | Fix build. (diff) |
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
Diffstat (limited to 'benchmarks/unixbench/files/patch-pgms_multi.sh')
-rw-r--r-- | benchmarks/unixbench/files/patch-pgms_multi.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" & |