summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Schafft <lion@lion.leolix.org>2016-06-19 11:03:57 +0000
committerPhilipp Schafft <lion@lion.leolix.org>2017-03-27 02:11:20 +0000
commit3f11e660d5ef04e542448c35a4ac021bad7c097f (patch)
treead2c853d09070ab4830aca7c4c35d6b0cdc545b0
parent8a9295175015bc95f067fd7f96396ce3b1c5646f (diff)
Fix: avoid double slash in filename.
-rwxr-xr-xwebgen2
1 files changed, 1 insertions, 1 deletions
diff --git a/webgen b/webgen
index a6251fe..5066846 100755
--- a/webgen
+++ b/webgen
@@ -85,7 +85,7 @@ list_dependencies() {
_tpl=`ls -1 -- "$1" 2> /dev/null`
;;
'='*)
- echo "$TPLS/$1"
+ echo "$TPLS$1"
return
;;
*'.'*'.html')