This commit is contained in:
inxi-svn 2008-12-13 20:33:49 +00:00
parent b6b55beae7
commit 39e7d24c01

4
inxi
View file

@ -421,7 +421,9 @@ check_script_depends()
if [[ ! -d /proc/ ]];then if [[ ! -d /proc/ ]];then
error_handler 6 error_handler 6
fi fi
if [[ $B_TESTING_1 == 'true' ]];then
print_screen_output "B_X_RUNNING: $B_X_RUNNING"
fi
if [[ $B_X_RUNNING == 'true' ]];then if [[ $B_X_RUNNING == 'true' ]];then
for app_name in xrandr xdpyinfo glxinfo for app_name in xrandr xdpyinfo glxinfo
do do