From 8dca5e9143f55a32b3367f7a8f14239ae72f5c98 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 11 Jun 2011 05:14:32 +0000 Subject: [PATCH] bug fix --- inxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index aa7e772..b618bbe 100755 --- a/inxi +++ b/inxi @@ -1441,7 +1441,8 @@ check_recommends() echo $Line echo "You are running bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )" echo $Line - check_recommends_items 'required-dirs'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-apps' echo 'Test Two: Script Recommends for Graphics features. If you do not use X these do not matter.'