[openssh-commits] [openssh] 02/02: upstream: typo
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 9 09:12:39 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 55b7cb48af96c1102ef8ab5a73bb329cbed30945
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Apr 8 23:10:46 2025 +0000
upstream: typo
OpenBSD-Regress-ID: 08477b936d1d0c1e8a98aa1c0e1bdde8871894c9
---
regress/percent.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/percent.sh b/regress/percent.sh
index 91d0e3157..7ce9e8a1d 100644
--- a/regress/percent.sh
+++ b/regress/percent.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: percent.sh,v 1.20 2025/03/03 06:54:37 dtucker Exp $
+# $OpenBSD: percent.sh,v 1.21 2025/04/08 23:10:46 djm Exp $
# Placed in the Public Domain.
tid="percent expansions"
@@ -75,7 +75,7 @@ trial()
if [ "$got" != "$arg=TESTVAL" ]; then
fatal "incorrectly expanded setenv variable name"
fi
- # Now check that the the value expands as expected.
+ # Now check that the value expands as expected.
got=`${SSH} -F $OBJ/ssh_proxy -o $opt=TESTVAL="$arg" -G \
remuser at somehost | awk '$1=="'$opt'"{print $2}'`
got=`echo "$got" | sed 's/^TESTVAL=//'`
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list