aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-bugnote
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-05-24 11:35:45 -0700
committerGerald Combs <gerald@wireshark.org>2018-05-24 20:00:56 +0000
commit0dcd8cd1a2c8ee6a11152ba7476ea43f26beeab4 (patch)
treed539ed3800a94e6353bcf9e17f8c05d18c00f7e0 /tools/gen-bugnote
parentc4c5ad26865ab45bbac647b165aef6f4728b3639 (diff)
Asciidoctor: Remove underscores from macro names.
AsciiDoc allows dashes in macro names but not underscores. Current versions of AsciiDoctor allow the inverse. Remove underscores to allow for easier copying and pasting. Remove asciidoc.conf while we're here. It's no longer used. Change-Id: I32d8a4ec695b9e17a80ac720ee9faf62dbb362d3 Reviewed-on: https://code.wireshark.org/review/27787 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools/gen-bugnote')
-rwxr-xr-xtools/gen-bugnote2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-bugnote b/tools/gen-bugnote
index 66a959c3f2..dc0a073b89 100755
--- a/tools/gen-bugnote
+++ b/tools/gen-bugnote
@@ -48,7 +48,7 @@ bug_title=$(
-e 's/\\/{backslash}/' \
)
-echo -e "* $bug_title (ws_buglink:$bug_id[])\n" \
+echo -e "* $bug_title (wsbuglink:$bug_id[])\n" \
| $recode_cmd \
| $clipboard_cmd