mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
forgot to declare a bunch of local variables in --recommends
This commit is contained in:
parent
2d3114722e
commit
7e323287cc
4
inxi
4
inxi
|
@ -1461,7 +1461,9 @@ check_recommends()
|
|||
check_recommends_items()
|
||||
{
|
||||
local item='' item_list='' item_string='' missing_items='' missing_string=''
|
||||
local package='' application='' feature='' type=''
|
||||
local package='' application='' feature='' type='' starter='' finisher=''
|
||||
local package_deb='' package_pacman='' package_rpm=''
|
||||
local print_string='' separator=''
|
||||
local required_dirs='/proc /sys'
|
||||
# package-owner: 1 - debian/ubuntu; 2 - arch; 3 - rpm
|
||||
# rpm rpm -qf /usr/bin/package
|
||||
|
|
Loading…
Reference in a new issue