From dfe4fc0a00b2ca21c709b42e1a3925f0565d44e0 Mon Sep 17 00:00:00 2001 From: lingmo-dream <2422586862@qq.com> Date: Thu, 18 Jul 2024 12:09:55 +0800 Subject: [PATCH] update --- scripts/setlocalversion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 38b96c679..44d2300c0 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -92,7 +92,7 @@ scm_version() # If only the short version is requested, don't bother # running further git commands if $short; then - echo "+" + echo "" return fi # If we are past the tagged commit, we pretty print it. @@ -183,4 +183,4 @@ elif [ "${LOCALVERSION+set}" != "set" ]; then scm_version="$(scm_version --short)" fi -echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}${scm_version}" +echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}"