diff --git a/tools/gen-bugnote b/tools/gen-bugnote index e7004a53e6..17962224f0 100755 --- a/tools/gen-bugnote +++ b/tools/gen-bugnote @@ -53,10 +53,11 @@ bug_title=$( curl -s -o - "https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=$bug_id" \ | grep -i '' \ | sed \ + -e 's/{/\\{/' \ -e 's:.*<title>.*ndash; ::' \ -e 's:.*::' \ -e 's/[^\.]$/&./' \ - -e 's/{/\\{/' \ + -e 's/\\/{backslash}/' \ ) echo -e "* $bug_title (ws-buglink:$bug_id[])\n" \