[Secure-testing-commits] r1677 - bin

Joey Hess joeyh at costa.debian.org
Sat Aug 27 19:05:19 UTC 2005


Author: joeyh
Date: 2005-08-27 19:05:18 +0000 (Sat, 27 Aug 2005)
New Revision: 1677

Modified:
   bin/dtsasync
Log:
forgot glob

Modified: bin/dtsasync
===================================================================
--- bin/dtsasync	2005-08-27 18:59:54 UTC (rev 1676)
+++ bin/dtsasync	2005-08-27 19:05:18 UTC (rev 1677)
@@ -14,7 +14,7 @@
 
 print "dtsasync started at ".localtime(time)."\n\n";
 
-foreach my $hint ("$dir/*") {
+foreach my $hint (glob "$dir/*") {
 	next if $hint =~/\/README$/;
 	if (! open (IN, $hint)) {
 		print "Cannot read $hint\n";




More information about the Secure-testing-commits mailing list