From 2e27b505af7be54e8003e4494b7674e160451679 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 8 Oct 2024 20:40:33 +0200 Subject: fix set shell option e (not wrongly a) --- bin/any2qmd.sh | 2 +- 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 -- cgit v1.2.3