text cleanup

This commit is contained in:
inxi-svn 2011-06-11 05:13:42 +00:00
parent 7765c80052
commit ef7655b92e

2
inxi
View file

@ -1439,7 +1439,7 @@ check_recommends()
echo $Line echo $Line
echo 'Test One: Script Dependencies and Required System Directories.' echo 'Test One: Script Dependencies and Required System Directories.'
echo $Line echo $Line
echo "You are using bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )" echo "You are running bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )"
echo $Line 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 echo $Line