diff options
| author | Philipp Schafft <lion@lion.leolix.org> | 2016-06-19 11:03:57 +0000 |
|---|---|---|
| committer | Philipp Schafft <lion@lion.leolix.org> | 2017-03-27 02:11:20 +0000 |
| commit | 3f11e660d5ef04e542448c35a4ac021bad7c097f (patch) | |
| tree | ad2c853d09070ab4830aca7c4c35d6b0cdc545b0 | |
| parent | 8a9295175015bc95f067fd7f96396ce3b1c5646f (diff) | |
Fix: avoid double slash in filename.
| -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') |
