projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f9ecfa3
)
$0 is pain.
Jarkko Hietaniemi [Fri, 4 Jul 2003 04:56:41 +0000 (
04:56
+0000)]
p4raw-id: //depot/perl@19977
ext/threads/t/join.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/t/join.t
b/ext/threads/t/join.t
index
0761a5f
..
4217fbb
100644
(file)
--- a/
ext/threads/t/join.t
+++ b/
ext/threads/t/join.t
@@
-108,7
+108,7
@@
if ($^O =~ /^(linux|dec_osf)$/) {
print "# [$_]\n";
if (/^\S+\s+$$\s/) {
$sawpid++;
- if (/\sfoobar$/) {
+ if (/\sfoobar\s*$/) { # Linux 2.2 leaves extra trailing spaces.
$sawexe++;
}
last;