summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/x2p/s2p.PL
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/x2p/s2p.PL')
-rw-r--r--contrib/perl5/x2p/s2p.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/x2p/s2p.PL b/contrib/perl5/x2p/s2p.PL
index dbcb27c..463465d 100644
--- a/contrib/perl5/x2p/s2p.PL
+++ b/contrib/perl5/x2p/s2p.PL
@@ -671,7 +671,7 @@ EOT
}
if (/^H/) {
- $_ = '$hold .= "\n"; $hold .= $_;';
+ $_ = '$hold .= "\n", $hold .= $_;';
next;
}
@@ -681,7 +681,7 @@ EOT
}
if (/^G/) {
- $_ = '$_ .= "\n"; $_ .= $hold;';
+ $_ = '$_ .= "\n", $_ .= $hold;';
next;
}
OpenPOWER on IntegriCloud