aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorfranciscofranco <franciscofranco.1990@gmail.com>2012-05-24 21:14:48 +0100
committerMoyster <oysterized@gmail.com>2016-08-26 20:05:08 +0200
commit148de908dbfc21d54fdf4278ccc596a2ea73c881 (patch)
treeab6105d8ba089babaa5c0d8a7e93e322c70829e0 /scripts
parent5b256d823a0e81bb36f8a0d90388d4b1f449931e (diff)
Remove the '+' sign on the kernel local version.
Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setlocalversion1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index 84b88f109..4975b39b4 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -169,7 +169,6 @@ else
# LOCALVERSION= is not specified
if test "${LOCALVERSION+set}" != "set"; then
scm=$(scm_version --short)
- res="$res${scm:++}"
fi
fi