From c6045b53fc6b53b69a80955b1555445a07ec9130 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 14 Aug 2008 00:59:29 +0100 Subject: [PATCH] Fix check for X.org. --- scripts/live-bottom/20xconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index 955032f..153732a 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -41,7 +41,7 @@ then exit 0 fi -if [ -x /root/usr/bin/X ] +if [ ! -x /root/usr/bin/X ] then exit 0 fi -- 2.1.4