mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1a8a092d9f
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
11 lines
296 B
Bash
11 lines
296 B
Bash
--- 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 &
|