diff --git a/inxi b/inxi index 2ad69aa..4479a2c 100755 --- a/inxi +++ b/inxi @@ -3107,11 +3107,11 @@ get_repo_data() do repo_data_working="$( gawk -v repoFile=$repo_file ' BEGIN { - FS="\n" - IGNORECASE=1 - enabledStatus="" - repoTitle="" - urlData="" + FS="\n" + IGNORECASE=1 + enabledStatus="" + repoTitle="" + urlData="" } # this is a hack, assuming that each item has these fields listed, we collect the 3 # items one by one, then when the url/enabled fields are set, we print it out and