summaryrefslogtreecommitdiff
path: root/h2pl
diff options
context:
space:
mode:
Diffstat (limited to 'h2pl')
-rw-r--r--h2pl/mkvars2
1 files changed, 1 insertions, 1 deletions
diff --git a/h2pl/mkvars b/h2pl/mkvars
index c6b5ad14da..ffb0f0b0b9 100644
--- a/h2pl/mkvars
+++ b/h2pl/mkvars
@@ -19,7 +19,7 @@ foreach $include (@ARGV) {
$val = eval "&$var;";
if ($@) {
warn "$@: $_";
- print <<EOT
+ print <<EOT;
warn "\$$var isn't correctly set" if defined \$_main{'$var'};
EOT
next;