diff options
Diffstat (limited to 'x11-apps/xinit/files/chooser.sh')
-rw-r--r-- | x11-apps/xinit/files/chooser.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-apps/xinit/files/chooser.sh b/x11-apps/xinit/files/chooser.sh index 1f6de165c136..b8ef45cf43d0 100644 --- a/x11-apps/xinit/files/chooser.sh +++ b/x11-apps/xinit/files/chooser.sh @@ -2,7 +2,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/chooser.sh,v 1.2 2005/08/16 20:18:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/chooser.sh,v 1.3 2006/03/23 07:56:22 spyderous Exp $ # If $XSESSION is "", source first /etc/conf.d/basic, and then /etc/rc.conf if [ -z "${XSESSION}" ] @@ -52,9 +52,6 @@ if [ -n "${XSESSION}" ]; then break fi done - - # If all else fail, run twm - GENTOO_EXEC="/usr/bin/twm" fi fi |