diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-06-19 12:57:10 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:05 +0100 |
| commit | 54f83dbea9700c6c83a66d8e0543b24c90be256a (patch) | |
| tree | faee4bbab27250b38f127e4beca62bd9c86c9ad5 /scripts | |
| parent | 52575f3515b9a6a86a358238cf687a26ad799414 (diff) | |
| download | live-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-x | scripts/live-bottom/21xdriver | 2 |
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 |
