projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
962dce2
)
Don't use #! under OS/2
Perl 5 Porters [Fri, 15 Mar 1996 07:43:08 +0000 (07:43 +0000)]
t/TEST
patch
|
blob
|
blame
|
history
diff --git
a/t/TEST
b/t/TEST
index
dfe429a
..
291eab5
100755
(executable)
--- a/
t/TEST
+++ b/
t/TEST
@@
-31,6
+31,7
@@
while (<CONFIG>) {
last;
}
}
+$sharpbang = 0 if $ENV{OS2_SHELL}; # OS/2
$bad = 0;
$good = 0;
$total = @ARGV;