upstream: Backslash '$' at then end of string. Prevents warning on

some shells.

OpenBSD-Regress-ID: 5dc27ab624c09d34078fd326b10e38c1ce9c741f
This commit is contained in:
dtucker@openbsd.org 2020-04-21 23:14:58 +00:00 committed by Darren Tucker
parent 8854724cce
commit 01d4cdcd45
1 changed files with 1 additions and 1 deletions

View File

@ -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