From c927ed4494b6f2785d3b713829fc4685125320ce Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Thu, 23 May 2024 18:01:40 +0800 Subject: [PATCH] scripts: drop + from kernel localversion We simply do not use the + suffix to denote distribution packaging. Drop the + suffix. --- scripts/setlocalversion | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 38b96c6797f40..285f66ff7bb4b 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -92,7 +92,6 @@ scm_version() # If only the short version is requested, don't bother # running further git commands if $short; then - echo "+" return fi # If we are past the tagged commit, we pretty print it.