bh: doc/kde-client/svn-instructions checkout_proko2.sh,1.8,1.9

cvs at intevation.de cvs at intevation.de
Thu Jun 9 18:08:05 CEST 2005


Author: bh

Update of /kolabrepository/doc/kde-client/svn-instructions
In directory doto:/tmp/cvs-serv22504

Modified Files:
	checkout_proko2.sh 
Log Message:
fix test for $SVNUSER.


Index: checkout_proko2.sh
===================================================================
RCS file: /kolabrepository/doc/kde-client/svn-instructions/checkout_proko2.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- checkout_proko2.sh	9 Jun 2005 13:00:21 -0000	1.8
+++ checkout_proko2.sh	9 Jun 2005 16:08:03 -0000	1.9
@@ -17,7 +17,7 @@
 fi
 
 if test "$SVNSERVER" = "svn.kde.org"; then
-  if test -a -z "$SVNUSER"; then
+  if test -z "$SVNUSER"; then
     echo "You must set SVNUSER when using svn.kde.org!"
     exit 1
   fi





More information about the commits mailing list