[med-svn] r2940 - trunk/community/infrastructure/getData

plessy at alioth.debian.org plessy at alioth.debian.org
Sat Jan 10 06:20:58 UTC 2009


Author: plessy
Date: 2009-01-10 06:20:58 +0000 (Sat, 10 Jan 2009)
New Revision: 2940

Modified:
   trunk/community/infrastructure/getData/getData
Log:
Better have the output on STDOUT than STDERR?\226?\128?\166


Modified: trunk/community/infrastructure/getData/getData
===================================================================
--- trunk/community/infrastructure/getData/getData	2009-01-09 22:12:11 UTC (rev 2939)
+++ trunk/community/infrastructure/getData/getData	2009-01-10 06:20:58 UTC (rev 2940)
@@ -242,7 +242,8 @@
 
 =item getWgetOptions - private command to get wget options
 
-This is used at download time by makefiles and is not intended to be used interactively.
+This is used at download time by makefiles, is not intended to be used
+interactively, and could be removed anytime.
 
 =back 
 
@@ -501,7 +502,8 @@
 }
 
 if ($getWgetOptions) {
-        die ("$sharedWgetOptions\n");
+        print "$sharedWgetOptions\n";
+	exit 0;
 }
 
 print "post: $post, source: $source\n" if $verbose;




More information about the debian-med-commit mailing list