From 13f439502bed5562714c8244e889a7193337c508 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 27 Mar 2016 12:03:40 +1100 Subject: [PATCH] Revert whitespace fix for OSx --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 7c681907..95c95854 100755 --- a/neofetch +++ b/neofetch @@ -839,7 +839,7 @@ getcpu () { "Mac OS X") cpu="$(sysctl -n machdep.cpu.brand_string)" - cpu=${cpu// } + cpu=${cpu/ } cores=$(sysctl -n hw.ncpu) ;;