From 32c638b428e006ac0848f6cb9d2ccf0980958472 Mon Sep 17 00:00:00 2001 From: nicedevil007 <17103076+nicedevil007@users.noreply.github.com> Date: Mon, 20 Jun 2022 19:12:47 +0200 Subject: [PATCH] tests --- setup/tandoorrecipes-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/tandoorrecipes-install.sh b/setup/tandoorrecipes-install.sh index 9350c236..8fc3bda6 100644 --- a/setup/tandoorrecipes-install.sh +++ b/setup/tandoorrecipes-install.sh @@ -11,9 +11,9 @@ CM="${GN}✓${CL}" CROSS="${RD}✗${CL}" BFR="\\r\\033[K" HOLD="-" -set -o errexit -set -o errtrace -set -o nounset +#set -o errexit +#set -o errtrace +#set -o nounset set -o pipefail shopt -s expand_aliases alias die='EXIT=$? LINE=$LINENO error_exit'