diff options
Diffstat (limited to 'webgen')
| -rwxr-xr-x | webgen | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -312,6 +312,10 @@ cd $TPLS cat_file() { _file="$1" + if [ -n "$LANGUAGE" -a -r "$_file.$LANGUAGE" ] + then + _file="$_file.$LANGUAGE" + fi case "$PREPROCESSOR" in none) cat -- "$_file" |
