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/pdfcompress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pdfcompress.sh') 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