projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
862b0ad
)
tolerate CRs after options
Gurusamy Sarathy [Sat, 6 Mar 1999 04:30:40 +0000 (
04:30
+0000)]
p4raw-id: //depot/perl@3089
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
bda1498
..
2eca526
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-732,6
+732,9
@@
setuid perl scripts securely.\n");
s = argv[0]+1;
reswitch:
switch (*s) {
+#ifndef PERL_STRICT_CR
+ case '\r':
+#endif
case ' ':
case '0':
case 'F':