Commit 87b65806 authored by Dylan's avatar Dylan

Fixed string search

parent f9688a43
...@@ -1164,7 +1164,7 @@ getgpu () { ...@@ -1164,7 +1164,7 @@ getgpu () {
;; ;;
"OpenBSD"*) "OpenBSD"*)
gpu=$(glxinfo | grep 'OpenGL renderer string') gpu=$(glxinfo | grep -F 'OpenGL renderer string')
gpu=${gpu/'OpenGL renderer string: '} gpu=${gpu/'OpenGL renderer string: '}
;; ;;
esac esac
......
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