CVS: theedge/var/lib/lunar/functions download.lunar,1.28,1.29

elaine at lunar-linux.org elaine at lunar-linux.org
Tue Jul 29 14:54:41 GMT 2003


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

Modified Files:
	download.lunar 
Log Message:
grepping for syntax error, found beer


Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- download.lunar	28 Jul 2003 17:41:56 -0000	1.28
+++ download.lunar	29 Jul 2003 14:54:39 -0000	1.29
@@ -185,7 +185,7 @@
 
 erase()  {
   debug_msg "erase ($@)"
-  if [ "$PARTIAL" = "off" ]; then
+  if [ "$PARTIAL" == "off" ]; then
     verbose_msg "erase: deleting \"$(guess_filename $1)\""
     rm -f $(guess_filename $1)
   fi
@@ -374,7 +374,7 @@
         if [ ${URL:0:6} == "cvs://" ] ; then
 	  verbose_msg "trying to download \"$URL\""
 	  get_url $URL $SRC
-	elif [ ${URL:0:6} = "svn://" ] ; then
+	elif [ ${URL:0:6} == "svn://" ] ; then
 	  verbose_msg "trying to download \"$URL\""
 	  get_url $URL $SRC
 	else




More information about the Lunar-commits mailing list