From 402efdf74cfb926b72aa02d10585d22e456c07a4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 5 Dec 2007 17:38:01 +0100 Subject: [PATCH] command_util.sh: Add missing newline. --- command_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2