]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command_util.sh
Merge commit 'remotes/fml/master'
[paraslash.git] / command_util.sh
index 822cad2af5a74037867e95d5613c27e8eb56f2ee..3c2d789f3e0b54983634155f2422baf0030f4a9f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 
 read_header()
@@ -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