tweaked repo active wording: fits better with various distros now. Active repos in...

This commit is contained in:
inxi-svn 2009-10-13 05:10:01 +00:00
parent c843356ca7
commit 3e3b8dd196

2
inxi
View file

@ -4312,7 +4312,7 @@ print_repo_data()
fi
# check file name, if different, update the holder for print out
if [[ $file_name != $file_name_holder ]];then
repo_full="${C1}Contents of $REPO_FILE_ID file:${C2} $file_name"
repo_full="${C1}Active repos in $REPO_FILE_ID file:${C2} $file_name"
file_name_holder=$file_name
b_print_next_line='true'
else