diff --git a/inxi b/inxi index 54db5c2..912b4da 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[[:space:]]*=[[:space:]]*0/ ){ + if ( enabledStatus !~ /enabled[ \t]*=[ \t]*0/ ){ print_line( repoFile, repoTitle, urlData ) } enabledStatus=""