From: Bastian Dehn Date: Wed, 23 Jul 2025 15:29:30 +0000 (+0200) Subject: remove double check tiff2pdf X-Git-Tag: v1.1.1^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=a638742ccfedac0d9d11e9069dda7b0610175bf3;p=scantopdf.git remove double check tiff2pdf --- diff --git a/src/scanbasic.sh b/src/scanbasic.sh index a2246cb..a928cad 100644 --- a/src/scanbasic.sh +++ b/src/scanbasic.sh @@ -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 $?