diff options
Diffstat (limited to 'benchmarks/unixbench/files/patch-pgms_multi.sh')
-rw-r--r-- | benchmarks/unixbench/files/patch-pgms_multi.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/unixbench/files/patch-pgms_multi.sh b/benchmarks/unixbench/files/patch-pgms_multi.sh new file mode 100644 index 000000000000..0b344228ae96 --- /dev/null +++ b/benchmarks/unixbench/files/patch-pgms_multi.sh @@ -0,0 +1,10 @@ +--- pgms/multi.sh.orig 1995-11-28 00:19:10 UTC ++++ pgms/multi.sh +@@ -14,6 +14,7 @@ + # + ############################################################################### + ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24"; ++cd ${TMPDIR} + instance=1 + while [ $instance -le $1 ]; do + /bin/sh $BINDIR/tst.sh & |