Fix version bump script: what a silly typo... (#477)

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
Adel Kara Slimane
2022-03-24 18:26:51 +01:00
committed by GitHub
parent e7ef43c1f4
commit 1e22a111a9

View File

@@ -24,7 +24,7 @@ for _key in "${_current_kernels[@]}"; do
latest_subver="${latest_full_ver##*-rc}"
else
_from_rc_to_release="true"
if [ "$latest_full_ver" = "$_key "]; then
if [ "$latest_full_ver" = "$_key" ]; then
# this is the first release after rc, so the kernel version will be 5.xx (and not 5.xx.0)
latest_subver="0"
else