CPU [IRIX]: Remove unneeded output

This commit is contained in:
Muhammad Herdiansyah 2017-06-20 20:48:56 +07:00
parent 2837d9bed1
commit 3c03a8379e
1 changed files with 1 additions and 0 deletions

View File

@ -1046,6 +1046,7 @@ get_cpu() {
cpu="${cpu//with Radeon * Graphics}"
cpu="${cpu//, altivec supported}"
cpu="${cpu//FPU*}"
cpu="${cpu//Chip Revision*}"
# Trim spaces from core output
cores="${cores//[[:space:]]}"