mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
test 3
This commit is contained in:
parent
d5ac332678
commit
85664bff3b
3
inxi
3
inxi
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 0.8.5-b1-t2
|
#### version: 0.8.5-b1-t3
|
||||||
#### Date: December 12 2008
|
#### Date: December 12 2008
|
||||||
########################################################################
|
########################################################################
|
||||||
#### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif
|
#### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif
|
||||||
|
@ -2370,6 +2370,7 @@ print_gfx_data()
|
||||||
local b_is_mesa='false'
|
local b_is_mesa='false'
|
||||||
|
|
||||||
if [[ $B_TESTING_1 == 'true' ]];then
|
if [[ $B_TESTING_1 == 'true' ]];then
|
||||||
|
print_screen_output "DISPLAY: $DISPLAY"
|
||||||
print_screen_output "B_X_RUNNING: $B_X_RUNNING"
|
print_screen_output "B_X_RUNNING: $B_X_RUNNING"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue