aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-bugnote
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-07-17 21:01:37 +0000
committerGerald Combs <gerald@wireshark.org>2013-07-17 21:01:37 +0000
commitf3a2aba863df76151c77a43893478be297142a2d (patch)
tree6bfacabcc83e11c6423fbf371e31c0c6c110687b /tools/gen-bugnote
parent19df8230aaff7a43549a52f6b3798d20db5f79af (diff)
gen-bugnote: Produce a list item for AsciiDoc. backport-rev: Add error
checking for newer versions of Subversion. svn path=/trunk/; revision=50707
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 907a73b6ee..102e864a06 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