[openssh-commits] [openssh] 01/01: upstream: One ampersand is enough to backgroud an process. OpenBSD

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 3 00:46:19 AEST 2018


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 1eee79a11c1b3594f055b01e387c49c9a6e80005
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Jul 2 14:13:30 2018 +0000

    upstream: One ampersand is enough to backgroud an process. OpenBSD
    
    doesn't seem to mind, but some platforms in -portable object to the second.
    
    OpenBSD-Regress-ID: d6c3e404871764343761dc25c3bbe29c2621ff74
---
 regress/cfgmatchlisten.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regress/cfgmatchlisten.sh b/regress/cfgmatchlisten.sh
index 470e55c4..ca2f407a 100644
--- a/regress/cfgmatchlisten.sh
+++ b/regress/cfgmatchlisten.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: cfgmatchlisten.sh,v 1.2 2018/06/19 03:02:17 djm Exp $
+#	$OpenBSD: cfgmatchlisten.sh,v 1.3 2018/07/02 14:13:30 dtucker Exp $
 #	Placed in the Public Domain.
 
 tid="sshd_config matchlisten"
@@ -20,7 +20,7 @@ start_client()
 		return $r
 	fi
 	${SSH} -vvv $fwd "$@" somehost \
-	    exec sh -c \'"echo \$\$ > $pidfile; exec sleep 100"\' &
+	    exec sh -c \'"echo \$\$ > $pidfile; exec sleep 100"\' \
 	    >>$TEST_REGRESS_LOGFILE 2>&1 &
 	client_pid=$!
 	# Wait for remote end

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list