diff options
| -rwxr-xr-x | webgen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ list_dependencies() { _tpl=`ls -1 -- "$1" 2> /dev/null` ;; '='*) - echo "$TPLS/$1" + echo "$TPLS$1" return ;; *'.'*'.html') |
![]() |
index : webgen.git | |
| webgen is a simple template engine for generation of static websites. | Philipp Schafft |
| summaryrefslogtreecommitdiff |
| -rwxr-xr-x | webgen | 2 |
@@ -85,7 +85,7 @@ list_dependencies() { _tpl=`ls -1 -- "$1" 2> /dev/null` ;; '='*) - echo "$TPLS/$1" + echo "$TPLS$1" return ;; *'.'*'.html') |