CPU [IRIX]: Fix speed
This commit is contained in:
parent
b88e86e856
commit
6cb37b91a7
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -986,7 +986,7 @@ get_cpu() {
|
|||
cpu="$(hinv -c processor | awk -F':' '/CPU:/ {printf $2}')"
|
||||
|
||||
# Get CPU speed.
|
||||
cpu="$(hinv -c processor | awk '/MHZ/ {printf $2}')"
|
||||
speed="$(hinv -c processor | awk '/MHZ/ {printf $2}')"
|
||||
|
||||
# Get CPU cores.
|
||||
cores="$(sysconf NPROC_ONLN)"
|
||||
|
|
Loading…
Reference in a new issue