From: Bastian Dehn Date: Sat, 5 Jul 2025 11:01:29 +0000 (+0200) Subject: fix variable name X-Git-Tag: v1.0.7^2~8 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=43239826e78e496c75dafa61bac7e4c053d3a1df;p=scantopdf.git fix variable name --- diff --git a/scanbasic.sh b/scanbasic.sh index 378c634..a6f0086 100644 --- a/scanbasic.sh +++ b/scanbasic.sh @@ -70,7 +70,7 @@ createonepdf() local tiff= for tiff in scanned*.tiff; do output_pdf=${tiff/.tiff/.pdf} - tiff2pdf $i -o $output_pdf \ + tiff2pdf $tiff -o $output_pdf \ || errlog "could not convert tiff to pdf" \ || return $? rm $tiff \