mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
bsd fixes
This commit is contained in:
parent
b7488ca5e6
commit
488688a832
1 changed files with 2 additions and 1 deletions
3
inxi
3
inxi
|
@ -3909,8 +3909,9 @@ get_cpu_data_bsd()
|
|||
exit
|
||||
}
|
||||
}
|
||||
/^machdep/ {
|
||||
( bMach != "true" ) && /^machdep/ {
|
||||
FS=":"
|
||||
bMach="true"
|
||||
}
|
||||
/^hw.cpufrequency/ {
|
||||
cpuClock = $NF / 1000000
|
||||
|
|
Loading…
Add table
Reference in a new issue