mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
bug fix
This commit is contained in:
parent
752b98c618
commit
ac8a8d2201
4
inxi
4
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 2.2.18
|
#### Version: 2.2.18
|
||||||
#### Date: 2015-02-14
|
#### Date: 2015-02-14
|
||||||
#### Patch Number: 01-b1
|
#### Patch Number: 02-b1
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -9534,7 +9534,7 @@ get_repo_data()
|
||||||
fi
|
fi
|
||||||
repo_data_working=''
|
repo_data_working=''
|
||||||
elif [[ -d $portage_repo_dir && -n $( type -p emerge ) ]];then
|
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'
|
repo_name='portage'
|
||||||
log_function_data "portage repo files: $repo_files"
|
log_function_data "portage repo files: $repo_files"
|
||||||
if [[ -n $repo_files ]];then
|
if [[ -n $repo_files ]];then
|
||||||
|
|
Loading…
Reference in a new issue