Fixed missing *

This commit is contained in:
Dylan 2016-01-19 22:31:33 +11:00
parent 515e2fb886
commit ba88942bcd
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -554,7 +554,7 @@ getcpu () {
# Get cpu speed
case "$distro" in
*"buntu")
*"buntu"*)
speed=$(awk -F ': ' '/cpu Mhz/ {printf $2}' /proc/cpuinfo)
speed=${speed/\./}
;;