diff options
| -rwxr-xr-x | webgen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ proc_raw() { CLEANTPLNAME=$(echo "$_tpl" | sed 's/^=//') OF="$OUT"/"$CLEANTPLNAME" echo "Compiling $CLEANTPLNAME -> $OF" - cat_file $_tpl > "$OF" + cat_file "$_tpl" > "$OF" } proc() { |
