slight tweak of layout of --recommends

This commit is contained in:
inxi-svn 2011-06-11 05:11:56 +00:00
parent e19069c1af
commit a4a9e60821

5
inxi
View file

@ -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.'