Home
last modified time | relevance | path

Searched hist:e2ff1219a5541a22921016219c4d86a6d0190d15 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dsetlocalversiondiff e2ff1219a5541a22921016219c4d86a6d0190d15 Tue Nov 19 00:09:06 CET 2024 Masahiro Yamada <masahiroy@kernel.org> setlocalversion: add -e option

Set the -e option to ensure this script fails on any unexpected errors.

Without this change, the kernel build may continue running with an
incorrect string in include/config/kernel.release.

Currently, try_tag() returns 1 when the expected tag is not found as an
ancestor, but this is a case where the script should continue.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>