From 15014560ebccc775185ffa8d1db78066c28c27e1 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 13 Oct 2009 20:29:30 +0000 Subject: [PATCH] code cleanup --- inxi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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