From 1a146d7148e147cbc5b207ff3e3683d48888d532 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 14 Mar 2009 04:03:35 +0000 Subject: [PATCH] (no version, more debugging) --- inxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 38c0d85..5b8723d 100755 --- a/inxi +++ b/inxi @@ -1895,7 +1895,8 @@ get_graphics_glx_data() # A_GLX_DATA=( $( cat ../../modules/data/glxinfo-intel-sput | gawk -F ': ' ' # there are arch bugs that make glxinfo generate bad output errors # A_GLX_DATA=( $( glxinfo | gawk -F ': ' ' - A_GLX_DATA=( $( cat ../../modules/data/glxinfo-bad-rendering | gawk -F ': ' ' + # A_GLX_DATA=( $( cat ../../modules/data/glxinfo-bad-rendering | gawk -F ': ' ' + A_GLX_DATA=( $( glxinfo | gawk -F ': ' ' # note: function declarations go before BEGIN? It appears so, confirm. # the real question here though is why this function is even here, seems # just to be a complicated way to pack/print a variable, but maybe the