[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] define used variable, as we're now using strict



---
 scripts/debian/update-ftpstats |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/debian/update-ftpstats b/scripts/debian/update-ftpstats
index 7cad659..26379bc 100755
--- a/scripts/debian/update-ftpstats
+++ b/scripts/debian/update-ftpstats
@@ -27,7 +27,7 @@ for my $file (@ARGV) {
   }
 }
 
-foreach $p (sort keys %data) {
+foreach my $p (sort keys %data) {
   print "$p";
   foreach $a (@archs) {
     print ", $data{$p}{$a}";
-- 
1.7.2.5


Reply to: