test again

This commit is contained in:
inxi-svn 2012-12-22 03:17:31 +00:00
parent 6107713756
commit c7fcf1222c

2
inxi
View file

@ -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=""