From 6a52d4a990dc3afeb3201a4227b53efab7a94a79 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 13 Feb 2014 21:44:01 +0100 Subject: split-kochabo.sh: fix wrong description Signed-off-by: Florian Pritz --- split-kochabo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'split-kochabo.sh') diff --git a/split-kochabo.sh b/split-kochabo.sh index 16a5b6c..7693f91 100755 --- a/split-kochabo.sh +++ b/split-kochabo.sh @@ -115,7 +115,8 @@ EOF for i in extracted/*.jpg; do n=${i%.jpg} - echo "

$n

" >> "$output" + bn=${n##*/} + echo "

$bn

" >> "$output" done cat <>"$output" -- cgit v1.2.3-24-g4f1b