Skip to content

Commit

Permalink
scripts: Don't append "+" to localversion
Browse files Browse the repository at this point in the history
Signed-off-by: Adam W. Willis <[email protected]>
Signed-off-by: mcdachpappe <[email protected]>
  • Loading branch information
0ctobot authored and mcdachpappe committed Feb 21, 2025
1 parent 44d5aa2 commit 85cb670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/setlocalversion
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ 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:++}"
fi

# finally, add the abXXX number if BUILD_NUMBER is set
Expand Down

0 comments on commit 85cb670

Please sign in to comment.