Change 19977 by [EMAIL PROTECTED] on 2003/07/04 04:56:41
$0 is pain.
Affected files ...
... //depot/perl/ext/threads/t/join.t#12 edit
Differences ...
==== //depot/perl/ext/threads/t/join.t#12 (text) ====
Index: perl/ext/threads/t/join.t
--- perl/ext/threads/t/join.t#11~19889~ Mon Jun 30 01:36:38 2003
+++ perl/ext/threads/t/join.t Thu Jul 3 21:56:41 2003
@@ -108,7 +108,7 @@
print "# [$_]\n";
if (/^\S+\s+$$\s/) {
$sawpid++;
- if (/\sfoobar$/) {
+ if (/\sfoobar\s*$/) { # Linux 2.2 leaves extra trailing spaces.
$sawexe++;
}
last;
End of Patch.