From a4a9e60821c9a7f1da564a89da446548f75674fd Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 11 Jun 2011 05:11:56 +0000 Subject: [PATCH] slight tweak of layout of --recommends --- inxi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index a39170a..e9510e6 100755 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### version: 1.6.6 #### Date: June 10 2011 -#### Patch Number: 03 +#### Patch Number: 04 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -1438,10 +1438,11 @@ check_recommends() echo "$SCRIPT_NAME will now begin checking for the programs it needs to operate." echo $Line echo 'Test One: Script Dependencies and Required System Directories.' - echo "If one of these applications is missing, $SCRIPT_NAME cannot operate." 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." + 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.'