diff --git a/inxi b/inxi index 51a1362..aa7e772 100755 --- a/inxi +++ b/inxi @@ -1439,7 +1439,7 @@ check_recommends() echo $Line echo 'Test One: Script Dependencies and Required System Directories.' 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 check_recommends_items 'required-dirs'echo "If one of these applications is missing, $SCRIPT_NAME cannot operate." echo $Line