]> arthur.barton.de Git - pdfman.git/commit
Use bash and fix shellcheck warnings
authorAlexander Barton <alex@barton.de>
Fri, 30 Jun 2023 12:29:36 +0000 (14:29 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 30 Jun 2023 12:29:36 +0000 (14:29 +0200)
commit099da788cae48bab48e06a14184dd235af9bc412
treeded1769df575c4b49cb6b38eb77dda6cac886fe0
parent4c7dc05856f2719617bb321f0d011a3c377b9880
Use bash and fix shellcheck warnings

We need to use bash, because the "-ot" test is not defined in POSIX sh.
And fix quite a few other shellcheck warnings (but mute SC2250 "Prefer
putting braces around variable references even when not strictly
required" for now).
pdfman