From: dtucker@openbsd.org Date: Sun, 8 Aug 2021 08:27:28 +0000 (+0000) Subject: upstream: Although it's POSIX, not all shells used in Portable support X-Git-Tag: V_8_7_P1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b4cb3a884846b358305aad17a6ef53045fa41f;p=thirdparty%2Fopenssh-portable.git upstream: Although it's POSIX, not all shells used in Portable support the implicit 'in "$@"' after 'for i'. OpenBSD-Regress-ID: 3c9aec6bca4868f85d2742b6ba5223fce110bdbc --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 73512a612..db6d6161a 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.85 2021/08/08 07:27:52 dtucker Exp $ +# $OpenBSD: test-exec.sh,v 1.86 2021/08/08 08:27:28 dtucker Exp $ # Placed in the Public Domain. #SUDO=sudo @@ -262,7 +262,7 @@ fi SSHLOGWRAP=$OBJ/ssh-log-wrapper.sh cat >$SSHLOGWRAP <