Fix weird whitespace issues with cores

This commit is contained in:
Dylan 2016-03-27 11:52:24 +11:00
parent f847d9ee22
commit 0c5869da38
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ getcpu () {
# Add cpu cores to output
[ "$cpu_cores" == "on" ] && [ ! -z "$cores" ] && \
cpu=${cpu/@/\(${cores}\) @}
cpu=${cpu/ @/ \(${cores}\) @}
# Make the output of cpu shorter
case "$cpu_shorthand" in