Skip to content

Commit

Permalink
scripts: don't append + to the version
Browse files Browse the repository at this point in the history
Change-Id: I7b45e289a99a5d169fe6915b4c334c8b171fd59e
  • Loading branch information
mdrjr committed Jan 10, 2015
1 parent 7302e7a commit ca1aeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setlocalversion
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ else
# LOCALVERSION= is not specified
if test "${LOCALVERSION+set}" != "set"; then
scm=$(scm_version --short)
res="$res${scm:++}"
# res="$res${scm:++}"
fi
fi

Expand Down

0 comments on commit ca1aeb1

Please sign in to comment.