aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-bugnote
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-10 15:39:05 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-10 15:39:05 +0000
commit8a5db6b66caf45219fb4bf9ecd4c9113d5493fe0 (patch)
tree57d8d737f2053ac5cd09d191aab0e9ff9fcbd524 /tools/gen-bugnote
parent4b0a906f788402f5a54866b372a1ab7e96227348 (diff)
Add newlines to the AsciiDoc output.
svn path=/trunk/; revision=51930
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 2625477d9b..1b753f845d 100755
--- a/tools/gen-bugnote
+++ b/tools/gen-bugnote
@@ -75,7 +75,7 @@ bug_title=`
case "$output_fmt" in
asciidoc)
- echo -n "* $bug_title (ws-buglink:$bug_id[])" \
+ echo -e "* $bug_title (ws-buglink:$bug_id[])\n" \
| $recode_cmd \
| $clipboard_cmd
;;