From b923131e9515baca771402a30885839c323fa5b1 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 10 Jun 2011 23:23:32 +0000 Subject: [PATCH] bug fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 7cde560..4746211 100755 --- a/inxi +++ b/inxi @@ -791,7 +791,7 @@ check_script_depends() for app_name in $x_apps do app_path=$( type -p $app_name ) - if [[ -n $app_path ]];then + if [[ -z $app_path ]];then script_debugger "Resuming in non X mode: $app_name not found. Run $SCRIPT_NAME --recommends for package install advice." B_SHOW_X_DATA='false' break