We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The help output says:
You don't have to prefix with v. E.g. -i 4.9 is the same as -i v4.9.
v
-i 4.9
-i v4.9
However the output of ubuntu-mainline-kernel.sh -r 4.9 ends with:
ubuntu-mainline-kernel.sh -r 4.9
v4.14.98 v4.14.99 v5.4.9
Omitting the v enables substring matches which can lead to install making the wrong choice.
It seems better to treat 4.9 as v4.9., internally.
4.9
v4.9.
The text was updated successfully, but these errors were encountered:
That should be a good fix indeed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The help output says:
However the output of
ubuntu-mainline-kernel.sh -r 4.9
ends with:Omitting the
v
enables substring matches which can lead to install making the wrong choice.It seems better to treat
4.9
asv4.9.
, internally.The text was updated successfully, but these errors were encountered: