mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
branch one, wording tweak
This commit is contained in:
parent
a75460b94e
commit
f5bea5c487
4
inxi
4
inxi
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue