From 74b97894a7fc33214790f47a475426ed057094ae Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 10 Jun 2011 23:25:13 +0000 Subject: [PATCH] text tweak --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 4746211..fb11bd2 100755 --- a/inxi +++ b/inxi @@ -791,8 +791,8 @@ check_script_depends() for app_name in $x_apps do app_path=$( type -p $app_name ) - if [[ -z $app_path ]];then - script_debugger "Resuming in non X mode: $app_name not found. Run $SCRIPT_NAME --recommends for package install advice." + if [[ -n $app_path ]];then + script_debugger "Resuming in non X mode: $app_name not found. For package install advice run: $SCRIPT_NAME --recommends" B_SHOW_X_DATA='false' break fi