From: Andre Noll Date: Wed, 5 Dec 2007 16:38:01 +0000 (+0100) Subject: command_util.sh: Add missing newline. X-Git-Tag: v0.3.0~61^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=402efdf74cfb926b72aa02d10585d22e456c07a4;ds=sidebyside command_util.sh: Add missing newline. --- 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