Merge commit 'remotes/yangtse/master'
authorAndre Noll <maan@systemlinux.org>
Sun, 9 Dec 2007 21:02:06 +0000 (22:02 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 9 Dec 2007 21:02:06 +0000 (22:02 +0100)
command_util.sh

index f0a861d61d887b5e68b9e90e9b9cfa512c23b9b6..3c2d789f3e0b54983634155f2422baf0030f4a9f 100755 (executable)
@@ -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