From 7925aa006bddd48dc1ce432cc498ceece3c2d6d9 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 22 Dec 2012 03:20:36 +0000 Subject: [PATCH] should be working now --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index d5dda61..1a3ef81 100755 --- a/inxi +++ b/inxi @@ -6082,7 +6082,7 @@ get_repo_data() # repoTitle is hit above, it will print out the line there instead { if ( urlData != "" && enabledStatus != "" && repoTitle != "" ){ - if ( enabledStatus !~ /enabled[ \t]*=[ \t]*0/ ){ + if ( enabledStatus !~ /enabled[[:space:]]*=[[:space:]]*0/ ){ print_line( repoFile, repoTitle, urlData ) } enabledStatus=""