tolerate CRs after options
Gurusamy Sarathy [Sat, 6 Mar 1999 04:30:40 +0000 (04:30 +0000)]
p4raw-id: //depot/perl@3089

perl.c

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':