[openssh-commits] [openssh] 01/03: upstream: Backslash '$' at then end of string. Prevents warning on
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 22 11:36:11 AEST 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 01d4cdcd4514e99a4b6eb9523cd832bbf008d1d7
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Apr 21 23:14:58 2020 +0000
upstream: Backslash '$' at then end of string. Prevents warning on
some shells.
OpenBSD-Regress-ID: 5dc27ab624c09d34078fd326b10e38c1ce9c741f
---
regress/keygen-comment.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/keygen-comment.sh b/regress/keygen-comment.sh
index 74a734af..af571d39 100644
--- a/regress/keygen-comment.sh
+++ b/regress/keygen-comment.sh
@@ -11,7 +11,7 @@ check_fingerprint () {
if ! ${SSHKEYGEN} -l -E sha256 -f $file > $OBJ/$t-fgp ; then
fail "ssh-keygen -l failed for $t-key"
fi
- if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)$" \
+ if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)\$" \
$OBJ/$t-fgp >/dev/null 2>&1 ; then
fail "comment is not correctly recovered for $t-key"
fi
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list