mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2024-09-15 13:18:02 +02:00
Use 'readelf' instead of 'file' to detect kernel
This commit is contained in:
parent
26564206db
commit
1a14483c98
@ -35,7 +35,7 @@ pstatus()
|
||||
|
||||
check_vmlinux()
|
||||
{
|
||||
file "$1" 2>/dev/null | grep -q ELF || return 1
|
||||
readelf -h $1 > /dev/null 2>&1 || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user