From f5bea5c4878f6d978617f883245d2d9edc089421 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 15 Jun 2013 17:13:19 +0000 Subject: [PATCH] branch one, wording tweak --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"