This commit is contained in:
inxi-svn 2015-02-16 01:29:49 +00:00
parent 752b98c618
commit ac8a8d2201

4
inxi
View file

@ -3,7 +3,7 @@
#### Script Name: inxi
#### Version: 2.2.18
#### Date: 2015-02-14
#### Patch Number: 01-b1
#### Patch Number: 02-b1
########################################################################
#### SPECIAL THANKS
########################################################################
@ -9534,7 +9534,7 @@ get_repo_data()
fi
repo_data_working=''
elif [[ -d $portage_repo_dir && -n $( type -p emerge ) ]];then
repo_files=$( ls $portage_repo_dir*.repo 2>/dev/null )
repo_files=$( ls $portage_repo_dir*.conf 2>/dev/null )
repo_name='portage'
log_function_data "portage repo files: $repo_files"
if [[ -n $repo_files ]];then