code cleanup

This commit is contained in:
inxi-svn 2009-10-13 20:29:30 +00:00
parent 57b65b7994
commit 15014560eb

10
inxi
View file

@ -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