diff options
Diffstat (limited to 'bin/pdfcompress.sh')
-rwxr-xr-x | bin/pdfcompress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pdfcompress.sh b/bin/pdfcompress.sh index 3fecd8f..21af4e7 100755 --- a/bin/pdfcompress.sh +++ b/bin/pdfcompress.sh @@ -1,6 +1,6 @@ #!/bin/sh -set -au +set -eu INFILE=$1 |