Commit 6cb37b91 authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

CPU [IRIX]: Fix speed

parent b88e86e8
......@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment