annotate bin/qpdf_check @ 122:9de06ae73372

workaround histcontrol
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 28 Jun 2021 17:15:19 +0000
parents 551ff1de13d8
children 906b3b0b028d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
118
551ff1de13d8 qpdf needs LD_LIB_PATH
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/usr/bin/bash
551ff1de13d8 qpdf needs LD_LIB_PATH
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null