I hate whitespace right now

This commit is contained in:
Dylan 2016-03-27 12:12:25 +11:00
parent 9acf6d9554
commit 16f47e2f4e
1 changed files with 0 additions and 1 deletions

View File

@ -840,7 +840,6 @@ getcpu () {
"Mac OS X") "Mac OS X")
cpu="$(sysctl -n machdep.cpu.brand_string)" cpu="$(sysctl -n machdep.cpu.brand_string)"
cpu=${cpu// } cpu=${cpu// }
cpu=${cpu/ @ / @ }
cores=$(sysctl -n hw.ncpu) cores=$(sysctl -n hw.ncpu)
;; ;;