]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
remove double check tiff2pdf
authorBastian Dehn <hhaalo@arcor.de>
Wed, 23 Jul 2025 15:29:30 +0000 (17:29 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 23 Jul 2025 15:29:30 +0000 (17:29 +0200)
src/scanbasic.sh

index a2246cbd545976518b603963cf1735f763c3431b..a928cad9fc31ade592262183b585341ecb864ea7 100644 (file)
@@ -28,9 +28,6 @@ check_commands()
        command -v zbarimg > /dev/null \
                || errlog "command zbarimg not found" \
                || return $?
-       command -v tiff2pdf > /dev/null \
-               || errlog "command tiff2pdf not found" \
-               || return $?
        command -v exiftool > /dev/null \
                || errlog "command exiftool not found" \
                || return $?