From a5ff9199b3309444f284cbe1d1c64719e3a5cc45 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 9 Jan 2024 08:46:58 +0100 Subject: [PATCH] long option name --- client/lib/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/main.sh b/client/lib/main.sh index 22db492..d84c159 100644 --- a/client/lib/main.sh +++ b/client/lib/main.sh @@ -8,7 +8,7 @@ export LC_ALL=C # If expansion is attempted on an unset variable or parameter, the shell prints an # error message, and, if not interactive, exits with a non-zero status. -set -u +set -o nounset # The pipeline's return status is the value of the last (rightmost) command # to exit with a non-zero status, or zero if all commands exit successfully. set -o pipefail