From eb9db620ba9ad19a716e531455752ec676df4a07 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 29 May 2011 16:37:22 +0000 Subject: [PATCH] adding in CPC abbreviation on the off chance that 'Compatibility Profile Context' actually means something for fglrx opengl version --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 3b619c8..c8a4867 100755 --- a/inxi +++ b/inxi @@ -3270,7 +3270,7 @@ get_graphics_glx_data() # /opengl version/ && ( f || $2 !~ /mesa/ ) { /opengl version/ { # fglrx started appearing with this extra string, does not appear to communicate anything of value - sub(/Compatibility Profile Context/, "", $2 ) + sub(/Compatibility Profile Context/, "- CPC", $2 ) gsub(/ [ \t]+/, " ", $2) # get rid of the created white spaces gsub(/^ +| +$/, "", $2) $2 && b[$2]