small debugger fix for glxinfo

This commit is contained in:
Harald Hope 2017-06-08 18:06:44 -07:00
parent 64c2c7169d
commit 5c36ac8447

2
inxi
View file

@ -2076,7 +2076,7 @@ debug_data_collector()
else
touch $debug_data_dir/xprop-absent
fi
if type -p xprop &>/dev/null; then
if type -p glxinfo &>/dev/null; then
glxinfo &> $debug_data_dir/glxinfo.txt
else
touch $debug_data_dir/glxinfo-absent