From d21285c75b724876d9c396e8e777f80bd240925e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 29 Jul 2016 21:35:32 +1000 Subject: [PATCH] CPU Cores (iOS): Fixed backslashes in output --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index fb2e55d2..f84d71e1 100755 --- a/neofetch +++ b/neofetch @@ -1129,7 +1129,7 @@ getcpu () { # Add cpu cores to output [ "$cpu_cores" == "on" ] && [ "$cores" ] && \ - cpu="${cpu/@/\(${cores}\) @}" + cpu="${cpu/@/(${cores}) @}" # Make the output of cpu shorter case "$cpu_shorthand" in