Author: jamessan
Date: 2009-07-21 12:28:56 +0000 (Tue, 21 Jul 2009)
New Revision: 1932

Modified:
   trunk/scripts/dget.pl
Log:
Back out an accidental switch from wget to curl.

Modified: trunk/scripts/dget.pl
===================================================================
--- trunk/scripts/dget.pl       2009-07-21 12:09:15 UTC (rev 1931)
+++ trunk/scripts/dget.pl       2009-07-21 12:28:56 UTC (rev 1932)
@@ -47,7 +47,7 @@
 if (system("command -v curl >/dev/null 2>&1") == 0) {
     $wget = "curl";
 } elsif (system("command -v wget >/dev/null 2>&1") == 0) {
-    $wget = "curl";
+    $wget = "wget";
 } else {
     die "$progname: can't find either curl or wget; you need at least one of 
these\ninstalled to run me!\n";
 }



-- 
To unsubscribe, send mail to [email protected].

Reply via email to