[Kde-cygwin-cvs] CVS: qt-3/config.tests/unix which.test,1.1.1.4,1.2
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-23 09:41:09
|
Update of /cvsroot/kde-cygwin/qt-3/config.tests/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/config.tests/unix Modified Files: which.test Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: which.test =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/config.tests/unix/which.test,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- which.test 22 Sep 2005 12:58:56 -0000 1.1.1.4 +++ which.test 23 Sep 2005 09:40:27 -0000 1.2 @@ -3,8 +3,6 @@ HOME=/dev/null export HOME -unset which - WHICH=`which which 2>/dev/null` if echo $WHICH | grep 'shell built-in command' >/dev/null 2>&1; then WHICH=which |