From 7765c80052e5f1c4fa9cf0e7cbde99a2526596ea Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 11 Jun 2011 05:13:02 +0000 Subject: [PATCH] fix --- inxi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inxi b/inxi index e9510e6..51a1362 100755 --- a/inxi +++ b/inxi @@ -1441,9 +1441,8 @@ check_recommends() echo $Line echo "You are using bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )" echo $Line - echo "If one of these applications is missing, $SCRIPT_NAME cannot operate." + check_recommends_items 'required-dirs'echo "If one of these applications is missing, $SCRIPT_NAME cannot operate." echo $Line - check_recommends_items 'required-dirs' check_recommends_items 'required-apps' echo 'Test Two: Script Recommends for Graphics features. If you do not use X these do not matter.' echo "If one of these applications is missing, $SCRIPT_NAME will have incomplete output."