summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/dofile.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dofile.pl b/util/dofile.pl
index 74d1520ed0..617c09ce65 100644
--- a/util/dofile.pl
+++ b/util/dofile.pl
@@ -83,7 +83,7 @@ sub broken {
my $prev_linecount = 0;
my $text =
@ARGV
- ? join("", map { my $x = my $y = Text::Template::_load_text($_);
+ ? join("", map { my $x = Text::Template::_load_text($_);
my $linecount = $x =~ tr/\n//;
$prev_linecount = ($linecount += $prev_linecount);
$lines{$linecount} = $_;