From: dtucker Date: Sun, 8 Aug 2021 08:27:28 +0000 (+0000) Subject: Although it's POSIX, not all shells used in Portable support the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3e399c0945027f76fe201bda1caa5cdb5b713ca4;p=openbsd Although it's POSIX, not all shells used in Portable support the implicit 'in "$@"' after 'for i'. --- diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index 131f7d6a13e..34efff60b8c 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/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 @@ -146,7 +146,7 @@ fi SSHLOGWRAP=$OBJ/ssh-log-wrapper.sh cat >$SSHLOGWRAP <