summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/utils/h2ph.PL
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/utils/h2ph.PL')
-rw-r--r--gnu/usr.bin/perl/utils/h2ph.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/utils/h2ph.PL b/gnu/usr.bin/perl/utils/h2ph.PL
index 1b469daab83..c1809ecf854 100644
--- a/gnu/usr.bin/perl/utils/h2ph.PL
+++ b/gnu/usr.bin/perl/utils/h2ph.PL
@@ -119,7 +119,7 @@ foreach $file (@ARGV) {
"eval 'sub $name $proto\{\n$t ${args}eval \"$new\";\n$t}' unless defined(\&$name);\n";
}
else {
- print OUT "unless defined(\&$name) {\nsub $name $proto\{\n ${args}eval \"$new\";\n}\n}\n";
+ print OUT "unless(defined(\&$name)) {\nsub $name $proto\{\n ${args}eval \"$new\";\n}\n}\n";
}
%curargs = ();
}