projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8876aa8
)
Fix another typo in #3725.
Jarkko Hietaniemi [Sun, 25 Jul 1999 19:01:46 +0000 (19:01 +0000)]
p4raw-id: //depot/cfgperl@3747
utils/perlbug.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perlbug.PL
b/utils/perlbug.PL
index
78d3f42
..
dc5a6ad
100644
(file)
--- 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";