Skip to content

Commit

Permalink
Remove + from Kernel version if LOCALVERSION_AUTO is not set
Browse files Browse the repository at this point in the history
Change-Id: I6562f896bb93c679f00107fa9ee719b5c567d784
  • Loading branch information
Albinoman887 committed Aug 1, 2013
1 parent 387f93b commit 3892f57
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 @@ -184,7 +184,6 @@ else
# LOCALVERSION= is not specified
if test "${LOCALVERSION+set}" != "set"; then
scm=$(scm_version --short)
res="$res${scm:++}"
fi
fi

Expand Down

0 comments on commit 3892f57

Please sign in to comment.