mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 09:17:32 +08:00
upstream: Backslash '$' at then end of string. Prevents warning on
some shells. OpenBSD-Regress-ID: 5dc27ab624c09d34078fd326b10e38c1ce9c741f
This commit is contained in:
parent
8854724cce
commit
01d4cdcd45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user