[openssh-commits] [openssh] 03/07: upstream: Save error code from SSH for use inside case statement,
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 26 18:56:12 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit dbf2e319f0c582613fa45a735ea3c242ce56946b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon Mar 25 02:07:08 2024 +0000
upstream: Save error code from SSH for use inside case statement,
from portable. In some shells, "case" will reset the value of $?, so save it
first.
OpenBSD-Regress-ID: da32e5be19299cb4f0f7de7f29c11257a62d6949
---
regress/key-options.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/key-options.sh b/regress/key-options.sh
index 2f3d66e2..623128ca 100644
--- a/regress/key-options.sh
+++ b/regress/key-options.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: key-options.sh,v 1.9 2018/07/03 13:53:26 djm Exp $
+# $OpenBSD: key-options.sh,v 1.10 2024/03/25 02:07:08 dtucker Exp $
# Placed in the Public Domain.
tid="key options"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list