diff options
| author | franciscofranco <franciscofranco.1990@gmail.com> | 2012-05-24 21:14:48 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-08-26 20:05:08 +0200 |
| commit | 148de908dbfc21d54fdf4278ccc596a2ea73c881 (patch) | |
| tree | ab6105d8ba089babaa5c0d8a7e93e322c70829e0 /scripts/setlocalversion | |
| parent | 5b256d823a0e81bb36f8a0d90388d4b1f449931e (diff) | |
Remove the '+' sign on the kernel local version.
Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'scripts/setlocalversion')
| -rwxr-xr-x | scripts/setlocalversion | 1 |
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 |
