[Lunar-commits] CVS: theedge/bin lvu,1.67,1.68

Auke Kok sofar at lunar-linux.org
Thu Apr 7 09:20:27 UTC 2005


Update of /var/cvs/lunar/theedge/bin
In directory espresso.foo-projects.org:/home/sofar/active/theedge/bin

Modified Files:
	lvu 
Log Message:
API change: separately pass the filename argument when downloading and verifying files (url, filename, target dir)


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- lvu	2 Apr 2005 10:27:00 -0000	1.67
+++ lvu	7 Apr 2005 09:19:54 -0000	1.68
@@ -645,7 +645,7 @@
 show_urls() { (
   # function overrides:
   plugin_call() { return 0 ; }
-  download_url() { echo $1 ; return 1 ; }
+  download_url() { echo $1$2 ; return 1 ; }
   connect() { return 0 ; }
  
   SILENT=on



More information about the Lunar-commits mailing list