[HACK] scripts: Stop appending "+" to localversion
This always gets added and doesn't look nice in the version string, so it's purely for aesthetic reasons :p
This commit is contained in:
parent
93cbb7528e
commit
ef976fd375
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ elif [ "${LOCALVERSION+set}" != "set" ]; then
|
|||
# If the variable LOCALVERSION is set (including being set
|
||||
# to an empty string), we don't want to append a plus sign.
|
||||
scm=$(scm_version --short)
|
||||
res="$res${scm:++}"
|
||||
#res="$res${scm:++}"
|
||||
fi
|
||||
|
||||
echo "$res"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue