[Bug 3305] keygen-comment.sh failure
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Apr 27 11:54:13 AEST 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3305
--- Comment #1 from balu <balu.gajjala at gmail.com> ---
Just to make it clear.
Without \, it works perfectly fine.
$ egrep "^([0-9]+) SHA256:(.){43} ${comment} (.*)\$" ./ssh-ed25519-fgp
256 SHA256:LitlXmGRuL7VHjLgcZLMVa+OGnAZQZjypegmEFMZwZ0 foo bar
(ED25519)
Administrator at balu-saw
/cygdrive/c/Users/Administrator/Desktop/balu/openssh/code/master_branch/openssh-portable/regress/temp_test
If I have \ (as in test cases) then it fails
$ egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)\$"
./ssh-ed25519-fgp
Administrator at balu-saw
/cygdrive/c/Users/Administrator/Desktop/balu/openssh/code/master_branch/openssh-portable/regress/temp_test
I have "egrep -V" output on my cygwin window in the issue description.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list