diff --git a/inxi b/inxi index 828539c..d5f24ca 100755 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### Version: 1.9.8 #### Date: June 15 2013 -#### Patch Number: 01-b1 +#### Patch Number: 02-b1 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -7309,7 +7309,7 @@ get_repo_data() repo_data_working="$( gawk -v repoFile=$repo_file ' # construct the string for the print function to work with, file name: data function print_line( fileName, repoId, repoUrl ){ - print "'$repo_name':" fileName ":" repoId repoUrl + print "'$repo_name' sources:" fileName ":" repoId repoUrl } BEGIN { FS="\n"