From 197e336798e8d3dacb21dc36c8d615b978cdc834 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Sun, 25 Feb 2024 14:14:36 +0100 Subject: [PATCH] fixup: scripts: Kernel bumper script Fixup into previous commit Signed-off-by: Olliver Schinagl --- scripts/kernel_bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kernel_bump.sh b/scripts/kernel_bump.sh index de964ab36f1b95..ea86c558a31dab 100755 --- a/scripts/kernel_bump.sh +++ b/scripts/kernel_bump.sh @@ -3,7 +3,7 @@ # # Copyright (C) 2024 Olliver Schinagl -set -eux +set -eu if [ -n "${DEBUG_TRACE_SH:-}" ] && \ [ "${DEBUG_TRACE_SH:-}" != "${DEBUG_TRACE_SH#*"$(basename "${0}")"*}" ] || \ [ "${DEBUG_TRACE_SH:-}" = 'all' ]; then