From cfe19e31d858d7899f4d95e21117c992d236d328 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 28 Oct 2024 05:09:53 -0400 Subject: [PATCH] shell options --- usr/libexec/security-misc/hide-hardware-info | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr/libexec/security-misc/hide-hardware-info b/usr/libexec/security-misc/hide-hardware-info index 68ec73c..df335bd 100755 --- a/usr/libexec/security-misc/hide-hardware-info +++ b/usr/libexec/security-misc/hide-hardware-info @@ -3,7 +3,10 @@ ## Copyright (C) 2012 - 2024 ENCRYPTED SUPPORT LP ## See the file COPYING for copying conditions. -set -e +set -o errexit +set -o nounset +set -o errtrace +set -o pipefail shopt -s nullglob run_cmd() {