scripts/kernel_bump: Always drop v prefix
authorOlliver Schinagl <oliver@schinagl.nl>
Fri, 22 Mar 2024 07:38:02 +0000 (08:38 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 12 Apr 2024 16:20:52 +0000 (18:20 +0200)
commit03f2f530a00a55e6580733cd6ccd01a018a473ee
treef154abb9e37a889be1908f743bd1965823ca7ee5
parent1bbc24926618898ec33ceb421d6571f1fa8f2b73
scripts/kernel_bump: Always drop v prefix

Naivly and lazyly the leading v was only dropped from optarg, not from any
environment variable.

Lets do this properly and ensure a leading 'v' is always dropped.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
scripts/kernel_bump.sh