CPU Cores (iOS): Fixed backslashes in output

This commit is contained in:
Dylan Araps 2016-07-29 21:35:32 +10:00
parent 8bf8f9a4b1
commit d21285c75b
1 changed files with 1 additions and 1 deletions

View File

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