From 3fba11f92fd8dd5adc3ee192f77cd2c2d14080aa Mon Sep 17 00:00:00 2001 From: Alexandre Frade Date: Sun, 29 May 2022 00:57:40 +0000 Subject: [PATCH] XANMOD: scripts/setlocalversion: remove "+" tag for git repo short version Signed-off-by: Alexandre Frade --- scripts/setlocalversion | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 3d3babac82982..7c0ccffd0e0db 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -76,7 +76,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.