CVS: theedge/var/lib/lunar/functions download.lunar,1.24,1.25

sofar at lunar-linux.org sofar at lunar-linux.org
Thu Jul 24 21:40:36 GMT 2003


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5589/var/lib/lunar/functions

Modified Files:
	download.lunar 
Log Message:
trying again!


Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- download.lunar	24 Jul 2003 21:28:53 -0000	1.24
+++ download.lunar	24 Jul 2003 21:40:34 -0000	1.25
@@ -151,7 +151,7 @@
   fi
 
   for (( TRY=1 ; $TRY<$NUM_RETRY+1 ; TRY++ )) ; do
-    if [ ! -d $CVSMODULE/CVS ] ; then
+    if [ -d $(basename $CVSMODULE)/CVS ] ; then
       verbose_msg "[${TRY}] cvs -qz3 up -PAd $CVSOPTIONS $CVSRELEASE"
       cvs -qz3 up -PAd $CVSOPTIONS $CVSRELEASE && GOT_CVS="yes" 
     else 




More information about the Lunar-commits mailing list