projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
642653c
)
fix misplaced brace in s2p (as suggested by Lionel Fourquaux
Gurusamy Sarathy [Mon, 9 Nov 1998 02:09:06 +0000 (
02:09
+0000)]
<lionel.fourquaux@wanadoo.fr>)
p4raw-id: //depot/perl@2223
x2p/s2p.PL
patch
|
blob
|
blame
|
history
diff --git
a/x2p/s2p.PL
b/x2p/s2p.PL
index
dbcb27c
..
7280dd4
100644
(file)
--- a/
x2p/s2p.PL
+++ b/
x2p/s2p.PL
@@
-339,11
+339,11
@@
if ($appendseen || $tseen || !$assumen) {
: if ($atext) { chop $atext; print $atext; $atext = ''; }
: #endif
EOT
+}
print BODY &q(<<'EOT');
: }
EOT
-}
unless ($debug) {