remove + from local version
This commit is contained in:
parent
9ab7a75814
commit
0c1dc325b6
@ -211,7 +211,7 @@ else
|
||||
# LOCALVERSION= is not specified
|
||||
if test "${LOCALVERSION+set}" != "set"; then
|
||||
scm=$(scm_version --short)
|
||||
res="$res${scm:++}"
|
||||
res="$res${scm:+}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user