Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f30058de authored by Robert Nelson's avatar Robert Nelson
Browse files

script: missed .


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent f7edf292
Branches
Tags
No related merge requests found
......@@ -109,7 +109,7 @@ function patch_kernel {
else if [ "${RC_PATCH}" ]; then
git commit -a -m ''$RC_KERNEL''$RC_PATCH'-'$BUILD' patchset'
else if [ "${STABLE_PATCH}" ] ; then
git commit -a -m ''$KERNEL_REL''$STABLE_PATCH'-'$BUILD' patchset'
git commit -a -m ''$KERNEL_REL'.'$STABLE_PATCH'-'$BUILD' patchset'
else
git commit -a -m ''$KERNEL_REL'-'$BUILD' patchset'
fi
......
......@@ -118,7 +118,7 @@ function patch_kernel {
else if [ "${RC_PATCH}" ]; then
git commit -a -m ''$RC_KERNEL''$RC_PATCH'-'$BUILD' patchset'
else if [ "${STABLE_PATCH}" ] ; then
git commit -a -m ''$KERNEL_REL''$STABLE_PATCH'-'$BUILD' patchset'
git commit -a -m ''$KERNEL_REL'.'$STABLE_PATCH'-'$BUILD' patchset'
else
git commit -a -m ''$KERNEL_REL'-'$BUILD' patchset'
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment