diff --git a/fetch b/fetch index 5bdf08c5..c1fb12da 100755 --- a/fetch +++ b/fetch @@ -711,6 +711,7 @@ getcpu () { cpu=${cpu/model name*: } cpu=${cpu%% *} cpu=${cpu/ @*} + cpu=${cpu// } # Get cpu speed if [ -d "/sys/devices/system/cpu/cpu0/cpufreq" ]; then