From 7e323287ccb10cfa767991a7ee2648e09d2bebf4 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 11 Jun 2011 00:07:38 +0000 Subject: [PATCH] forgot to declare a bunch of local variables in --recommends --- inxi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 7503028..bedc4ba 100755 --- a/inxi +++ b/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