diff --git a/inxi b/inxi index 6531122..138664d 100755 --- a/inxi +++ b/inxi @@ -6075,7 +6075,7 @@ get_repo_data() urlData = $1 } # note: either it is simple enabled, or it is enabled = 1. enabled = 0 means disabled - /^enabled=/ && !/^enabled[[:space:]]*=[[:space:]]*0/ { + $1 ~ /^enabled=/ && $1 !~ /^enabled[[:space:]]*=[[:space:]]*0/ { enabledStatus = $1 } # print out the line if all 3 values are found, otherwise if a new