diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/any2qmd.sh | 2 | ||||
-rwxr-xr-x | bin/pdfcompress.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/any2qmd.sh b/bin/any2qmd.sh index 36acb37..021b511 100755 --- a/bin/any2qmd.sh +++ b/bin/any2qmd.sh @@ -1,6 +1,6 @@ #!/bin/sh -set -au +set -eu INFILE=$1 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 |