From a2abdf79293605487b6cc32c88827811cf8bb9e6 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. Signed-off-by: Chris Lamb --- 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