Fixed string search

This commit is contained in:
Dylan 2016-05-06 03:41:07 +10:00
parent f9688a437a
commit 87b6580619

View file

@ -1164,7 +1164,7 @@ getgpu () {
;;
"OpenBSD"*)
gpu=$(glxinfo | grep 'OpenGL renderer string')
gpu=$(glxinfo | grep -F 'OpenGL renderer string')
gpu=${gpu/'OpenGL renderer string: '}
;;
esac