2 Feb
2002
2 Feb
'02
12:23
Hi: I am having a problem with the .bashrc file on my SuSE 7.3 computer. I use the following entry at the end of my .bashrc but it puts $KDEDIR and $QTDIR in my path twice! What have I done wrong? export QTDIR=/home/kdetest/qt-x11-free-3.0.1 echo $QTDIR export KDEDIR=/home/kdetest/kde-copy echo $KDEDIR export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH export MANPATH=$QTDIR/doc/man/:$MANPATH If I just put this in a file called kde3-compile and do: source kde3-compile the double inclusion of the the added paths does not happen. TIA for any advice. Jonathan