remove + from local version

This commit is contained in:
August 2024-06-03 18:39:27 +08:00
parent 9ab7a75814
commit 0c1dc325b6

View File

@ -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