From: Andre Noll Date: Sun, 9 Dec 2007 21:02:06 +0000 (+0100) Subject: Merge commit 'remotes/yangtse/master' X-Git-Tag: v0.3.0~61 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=55b45ec9ba3ef54395b3d22b3d00404f35e636a3;hp=173f1e8a8bdebe6ca2c84a0b332246bee2106d93 Merge commit 'remotes/yangtse/master' --- diff --git a/command_util.sh b/command_util.sh index f0a861d6..3c2d789f 100755 --- a/command_util.sh +++ b/command_util.sh @@ -263,7 +263,7 @@ template_loop() perms_txt=$(echo $t_perms | $sed_cmd) desc_txt=$(echo $t_desc | $sed_cmd) usage_txt=$(echo $t_usage | $sed_cmd) - help_txt=$(printf "%s" "$t_help" | $sed_cmd) + help_txt=$(printf "%s\n" "$t_help" | $sed_cmd) prototype=$(echo "$template_prototype" | $sed_cmd) $1 done