Fixed GPU output
This commit is contained in:
parent
46caad8a5f
commit
3b58a066c2
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -922,7 +922,7 @@ getgpu () {
|
|||
"Mac OS X")
|
||||
gpu=$( \
|
||||
system_profiler SPDisplaysDataType | \
|
||||
awk -F':' '/^\ *Chipset Model:/ {printf $2 ","}' | \
|
||||
awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}' | \
|
||||
awk '{ printf "%s ", $0 }'
|
||||
)
|
||||
gpu=${gpu//'/ $'}
|
||||
|
|
Loading…
Reference in a new issue