aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-bugnote
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-07-29 21:14:13 +0000
committerGerald Combs <gerald@wireshark.org>2013-07-29 21:14:13 +0000
commiteb943806465e62d578488111a505b9a3c300f9a6 (patch)
tree86ce343a6438f99b777fcef4d904319e1fc5e018 /tools/gen-bugnote
parent58ee866ec8663b9d8253a89841fdc819e0ad3f34 (diff)
asciidoc.conf: Have sort-and-group remove commas.
gen-bugnote: Create proper bug links. svn path=/trunk/; revision=51022
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 102e864a06..1a20ddb04f 100755
--- a/tools/gen-bugnote
+++ b/tools/gen-bugnote
@@ -72,7 +72,7 @@ bug_title=`
case "$output_fmt" in
asciidoc)
- echo -n "* $bug_title (ws-buglink:$bug_id)" | $clipboard_cmd
+ echo -n "* $bug_title (ws-buglink:$bug_id[])" | $clipboard_cmd
;;
docbook)
$clipboard_cmd <<Fin