Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
localversion: Dont add "+" after kernel name
Browse files Browse the repository at this point in the history
Signed-off-by: dracarys18 <karthihegde010@gmail.com>
  • Loading branch information
dracarys18 committed Sep 17, 2020
1 parent 65e156e commit 56c2b49
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 @@ -175,7 +175,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 56c2b49

Please sign in to comment.