mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-12-22 20:33:56 +01:00
Merge pull request #39 from Alkorin/typo
Fix small typo in error message
This commit is contained in:
commit
a5aaa790a0
@ -399,7 +399,7 @@ if [ -e "$opt_kernel" ]; then
|
||||
extract_vmlinux "$opt_kernel"
|
||||
fi
|
||||
else
|
||||
vmlinux_err="couldn't find your kernel image in /boot, if you used neboot, this is normal"
|
||||
vmlinux_err="couldn't find your kernel image in /boot, if you used netboot, this is normal"
|
||||
fi
|
||||
if [ -z "$vmlinux" -o ! -r "$vmlinux" ]; then
|
||||
[ -z "$vmlinux_err" ] && vmlinux_err="couldn't extract your kernel from $opt_kernel"
|
||||
|
Loading…
Reference in New Issue
Block a user