diff --git a/inxi b/inxi index 912b4da..d5dda61 100755 --- a/inxi +++ b/inxi @@ -6074,8 +6074,8 @@ get_repo_data() sub( /(mirrorlist|baseurl)[[:space:]]*=[[:space:]]*/, "", $1 ) # strip out the field starter urlData = $1 } - # note: either it is simple enabled, or it is enabled = 1. enabled = 0 means disabled - /^enabled=/ { + # note: enabled = 1. enabled = 0 means disabled + /^enabled[[:space:]]*=/ { enabledStatus = $1 } # print out the line if all 3 values are found, otherwise if a new