mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
should be working now
This commit is contained in:
parent
3c6ce823c3
commit
7925aa006b
2
inxi
2
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=""
|
||||
|
|
Loading…
Reference in a new issue