From 5e093d108c4a5f5b19f22eff99a0bbc79825f4b3 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 25 May 2011 00:52:04 +0000 Subject: [PATCH] bug fixes --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index a087111..73451e7 100755 --- a/inxi +++ b/inxi @@ -3228,7 +3228,7 @@ get_graphics_driver() if [[ -z $( grep -si "[[:space:]]Unload.*${driver}" <<< "$xorg_log_data" ) ]];then status='loaded' else - if [[ -n $( grep -si "Failed[[:space:]]to[[:space:]]load[[:space:]]module.*${driver}_drv.so" <<< "$xorg_log_data" ) ]];then + if [[ -n $( grep -si "Failed[[:space:]]to[[:space:]]load[[:space:]].*${driver}_drv.so" <<< "$xorg_log_data" ) ]];then status='failed' else status='unloaded'