From b92562632a64ec38e785278212e43f47c9a0dfef Mon Sep 17 00:00:00 2001 From: Uli Martens Date: Thu, 29 Mar 2012 07:23:56 +0200 Subject: [PATCH] define used variable, as we're now using strict --- scripts/debian/update-ftpstats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian/update-ftpstats b/scripts/debian/update-ftpstats index 7cad6590..26379bcc 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}"; -- 2.39.2