From c646a32fcab44b561dd282f1206035df8736102a Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 31 Jan 2016 00:00:20 +1100 Subject: [PATCH] Fixed double space before '@' sign in cpu info --- fetch | 1 + 1 file changed, 1 insertion(+) 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