From: Jarkko Hietaniemi Date: Sun, 25 Jul 1999 19:01:46 +0000 (+0000) Subject: Fix another typo in #3725. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43f9e051f38563cb3173a16438f5f3ad5ee6cbb8;p=p5sagit%2Fp5-mst-13.2.git Fix another typo in #3725. p4raw-id: //depot/cfgperl@3747 --- diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 78d3f42..dc5a6ad 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -534,7 +534,6 @@ EOF my %env; @env{@env} = @env; for my $env (sort keys %env) { - { print OUT " $env", exists $ENV{$env} ? "=$ENV{$env}" : ' (unset)', "\n";