From 329de69e4e0f3efa6e4a0668b09bcdb0b42622bd Mon Sep 17 00:00:00 2001 From: Steve Magnuson Date: Tue, 18 Aug 2020 18:15:26 -0700 Subject: [PATCH] Fixed error reporting bug in patmail.sh --- hampi-utilities.version | 2 +- patmail.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hampi-utilities.version b/hampi-utilities.version index d3b0a7b..c941630 100644 --- a/hampi-utilities.version +++ b/hampi-utilities.version @@ -1 +1 @@ -VERSION="2.3.14" \ No newline at end of file +VERSION="2.3.15" \ No newline at end of file diff --git a/patmail.sh b/patmail.sh index fe9774d..54edaa1 100755 --- a/patmail.sh +++ b/patmail.sh @@ -67,7 +67,7 @@ #% #================================================================ #- IMPLEMENTATION -#- version ${SCRIPT_NAME} 2.4.4 +#- version ${SCRIPT_NAME} 2.4.5 #- author Steve Magnuson, AG7GN #- license CC-BY-SA Creative Commons License #- script_id 0 @@ -245,7 +245,7 @@ shift $((${OPTIND} - 1)) ## shift options trap SafeExit EXIT INT TERM # Exit on error. Append '||true' when you run the script if you expect an error. -set -o errexit +#set -o errexit # Check Syntax if set $SYNTAX && set -n