Commit d21285c7 authored by Dylan Araps's avatar Dylan Araps

CPU Cores (iOS): Fixed backslashes in output

parent 8bf8f9a4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment