Fixed doubled speed for real this time

This commit is contained in:
dylan araps 2016-01-05 18:27:51 +11:00
parent 8ce6cee20e
commit f6a30f827c
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ getcpu () {
"Windows")
# Get cpu name
cpu="$(grep 'model name' /proc/cpuinfo) @ 4.2GHz"
cpu="$(grep 'model name' /proc/cpuinfo)"
cpu=${cpu/model name*: /}
cpu=${cpu// /}
cpu=${cpu% }