[Lunar-commits] CVS: theedge/bin lvu,1.55,1.56

Auke Kok sofar at lunar-linux.org
Wed Nov 24 13:09:32 UTC 2004


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

Modified Files:
	lvu 
Log Message:
This seems to fix 'lvu urls'


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- lvu	23 Nov 2004 09:33:51 -0000	1.55
+++ lvu	24 Nov 2004 13:09:30 -0000	1.56
@@ -651,13 +651,11 @@
 
 show_urls() { (
   # function overrides:
-  call_wget() { echo $@ ; }
+  fuzzy_wget() { echo $1 ; return 0 ; }
   guess_filename() { false ; }
-  file() { return ; }
-  mv() { return ; }
-  get_cvs() { return ; }
-  testpack() { return ; }
-  connect() { return ; }
+  get_cvs() { return 0 ; }
+  get_svn() { return 0 ; }
+  connect() { return 0 ; }
  
   SILENT=on
   VERBOSE=off



More information about the Lunar-commits mailing list