Skip to content

Commit

Permalink
fixup: scripts: Kernel bumper script
Browse files Browse the repository at this point in the history
Fixup into previous commit

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
  • Loading branch information
oliv3r committed Feb 25, 2024
1 parent 5bbf772 commit 197e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kernel_bump.sh
Expand Up @@ -3,7 +3,7 @@
#
# Copyright (C) 2024 Olliver Schinagl <oliver@schinagl.nl>

set -eux
set -eu
if [ -n "${DEBUG_TRACE_SH:-}" ] && \
[ "${DEBUG_TRACE_SH:-}" != "${DEBUG_TRACE_SH#*"$(basename "${0}")"*}" ] || \
[ "${DEBUG_TRACE_SH:-}" = 'all' ]; then
Expand Down

0 comments on commit 197e336

Please sign in to comment.