mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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
10 lines
301 B
Bash
10 lines
301 B
Bash
--- pgms/multi.sh.orig 2015-06-04 17:20:18 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 "$UB_BINDIR/tst.sh" &
|