summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/any2qmd.sh2
-rwxr-xr-xbin/pdfcompress.sh2
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