summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-06-19 12:57:10 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:05 +0100
commit54f83dbea9700c6c83a66d8e0543b24c90be256a (patch)
treefaee4bbab27250b38f127e4beca62bd9c86c9ad5 /scripts
parent52575f3515b9a6a86a358238cf687a26ad799414 (diff)
downloadlive-boot-54f83dbea9700c6c83a66d8e0543b24c90be256a.tar.gz
live-boot-54f83dbea9700c6c83a66d8e0543b24c90be256a.zip
Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/21xdriver2
1 files changed, 1 insertions, 1 deletions
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