From: dtucker@openbsd.org Date: Wed, 2 Jun 2021 00:17:45 +0000 (+0000) Subject: upstream: Merge back shell portability changes X-Git-Tag: V_8_7_P1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f2dd955f1c19cad387a139f0e719af346ca6ef;p=thirdparty%2Fopenssh-portable.git upstream: Merge back shell portability changes bringing it back in sync with -portable. OpenBSD-Regress-ID: c07905ba931e66ad7d849b87b7d19648007175d1 --- diff --git a/regress/ssh2putty.sh b/regress/ssh2putty.sh index ac4c4ccfd..7fcb3f0bf 100755 --- a/regress/ssh2putty.sh +++ b/regress/ssh2putty.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: ssh2putty.sh,v 1.7 2021/06/01 23:56:20 dtucker Exp $ +# $OpenBSD: ssh2putty.sh,v 1.8 2021/06/02 00:17:45 dtucker Exp $ if test "x$1" = "x" -o "x$2" = "x" -o "x$3" = "x" ; then echo "Usage: ssh2putty hostname port ssh-private-key"