branch one, wording tweak

This commit is contained in:
inxi-svn 2013-06-15 17:13:19 +00:00
parent a75460b94e
commit f5bea5c487

4
inxi
View file

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