changeset 124:906b3b0b028d

fix path to qpdf
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 28 Jun 2021 17:16:34 +0000
parents 5b0ec642ee9b
children cd927e5c133f
files bin/qpdf_check
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/qpdf_check	Mon Jun 28 17:16:15 2021 +0000
+++ b/bin/qpdf_check	Mon Jun 28 17:16:34 2021 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/bash
-qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null
+/lustre/home/dc007/hst/bin/qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null