[openssh-commits] [openssh] 01/04: upstream: spaces->tab
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Dec 7 14:52:49 AEDT 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 45aca67d79c194660342a64a9175d814d4e8ba56
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Sun Dec 7 02:49:41 2025 +0000
upstream: spaces->tab
OpenBSD-Regress-ID: c78eb430da0ec2c4b6919ff4d27ef8e565ef52ff
---
regress/test-exec.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index b391dbc82..7206e74e8 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: test-exec.sh,v 1.137 2025/12/06 07:10:24 dtucker Exp $
+# $OpenBSD: test-exec.sh,v 1.138 2025/12/07 02:49:41 dtucker Exp $
# Placed in the Public Domain.
#SUDO=sudo
@@ -912,8 +912,8 @@ start_sshd ()
enable_all_kexes_in_sshd ()
{
- kexs=`$SSH -Q KexAlgorithms | (tr '\n' ,; echo) | sed 's/,$//'`
- echo KexAlgorithms $kexs >>$OBJ/sshd_config
+ kexs=`$SSH -Q KexAlgorithms | (tr '\n' ,; echo) | sed 's/,$//'`
+ echo KexAlgorithms $kexs >>$OBJ/sshd_config
}
# Find a PKCS#11 library.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list