text tweak

This commit is contained in:
inxi-svn 2011-06-10 23:23:01 +00:00
parent 6297a1f519
commit bee3268ab2

4
inxi
View file

@ -791,8 +791,8 @@ check_script_depends()
for app_name in $x_apps for app_name in $x_apps
do do
app_path=$( type -p $app_name ) app_path=$( type -p $app_name )
if [[ -z $app_path ]];then if [[ -n $app_path ]];then
script_debugger "Resuming in non X mode: $app_name not found in path. Use --recommends for solution" script_debugger "Resuming in non X mode: $app_name not found. Run $SCRIPT_NAME --recommends for package install advice."
B_SHOW_X_DATA='false' B_SHOW_X_DATA='false'
break break
fi fi