From 54f83dbea9700c6c83a66d8e0543b24c90be256a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Jun 2009 12:57:10 +0200 Subject: [PATCH 1/1] Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti . --- scripts/live-bottom/21xdriver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver index ef17bff..105f5b2 100755 --- a/scripts/live-bottom/21xdriver +++ b/scripts/live-bottom/21xdriver @@ -20,7 +20,7 @@ esac # live-initramfs header -if [ -n "${NOXAUTOCONFIG}" ] || [ ! -x /root/usr/bin/X ] || [ -n "${XDRIVER}" ] +if [ -n "${NOXAUTOCONFIG}" ] || [ ! -x /root/usr/bin/X ] || [ -z "${XDRIVER}" ] then exit 0 fi -- 2.1.4