diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /benchmarks/unixbench/files/patch-pgms_multi.sh | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
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 & |