[Apt-zip-devel] r71 - branches/nix-scripts/methods

Eddy Petrisor eddyp-guest at costa.debian.org
Mon Jul 24 00:00:10 UTC 2006


Author: eddyp-guest
Date: 2006-07-24 00:00:09 +0000 (Mon, 24 Jul 2006)
New Revision: 71

Modified:
   branches/nix-scripts/methods/write-fetch-lynx
Log:
fix lynx method

Modified: branches/nix-scripts/methods/write-fetch-lynx
===================================================================
--- branches/nix-scripts/methods/write-fetch-lynx	2006-07-23 23:59:24 UTC (rev 70)
+++ branches/nix-scripts/methods/write-fetch-lynx	2006-07-24 00:00:09 UTC (rev 71)
@@ -3,7 +3,7 @@
 
 #\$2 contains the local file and \$1 contains the URL
 fetch () {
-	    lynx -dump \$1 > \$2
+	    lynx -source \$1 > \$2
 }
 
 EOF




More information about the apt-zip-devel mailing list