From 9acf6d95549e48836be664dd61095ce62700e857 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 27 Mar 2016 12:09:52 +1100 Subject: [PATCH] Fixed whitespace issue for realsies this time --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index c126fb3a..83fc90e9 100755 --- a/neofetch +++ b/neofetch @@ -839,8 +839,8 @@ getcpu () { "Mac OS X") cpu="$(sysctl -n machdep.cpu.brand_string)" - echo "$cpu" - cpu=${cpu/ } + cpu=${cpu// } + cpu=${cpu/ @ / @ } cores=$(sysctl -n hw.ncpu) ;;