Commit 3b58a066 authored by Dylan's avatar Dylan

Fixed GPU output

parent 46caad8a
...@@ -922,7 +922,7 @@ getgpu () { ...@@ -922,7 +922,7 @@ getgpu () {
"Mac OS X") "Mac OS X")
gpu=$( \ gpu=$( \
system_profiler SPDisplaysDataType | \ system_profiler SPDisplaysDataType | \
awk -F':' '/^\ *Chipset Model:/ {printf $2 ","}' | \ awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}' | \
awk '{ printf "%s ", $0 }' awk '{ printf "%s ", $0 }'
) )
gpu=${gpu//'/ $'} gpu=${gpu//'/ $'}
......
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