From d9d33a0e528d56cabcf8c82fe93a87ec8609ca6a Mon Sep 17 00:00:00 2001 From: kueller Date: Sat, 13 Feb 2010 13:49:48 +0000 Subject: [PATCH] Fehler in bash_profile. tty device liegt in dev, nicht in bin git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_cdboot@5376 504e572c-2e33-0410-9681-be2bf7408885 --- var/root/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/root/.bash_profile b/var/root/.bash_profile index ba891d8..cc3544c 100644 --- a/var/root/.bash_profile +++ b/var/root/.bash_profile @@ -25,7 +25,7 @@ PATH=$PATH:/sbin:/usr/sbin:/usr/X11R7/sbin export CFLAGS CXXFLAGS PATH TTY=`tty` -if [ "$TTY" == "/bin/tty1" ]; then +if [ "$TTY" == "/dev/tty1" ]; then unset DISPLAY cd /Viitor/install ./Viitor_Setup