{,} construct should allow '\' to escape comma; bug report 4.3BSD/bin/112
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 22 Dec 1987 18:59:00 +0000 (10:59 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 22 Dec 1987 18:59:00 +0000 (10:59 -0800)
SCCS-vsn: bin/csh/glob.c 5.5

usr/src/bin/csh/glob.c

index 39f19ec..4234730 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char *sccsid = "@(#)glob.c      5.4 (Berkeley) %G%";
+static char *sccsid = "@(#)glob.c      5.5 (Berkeley) %G%";
 #endif
 
 #include "sh.h"
 #endif
 
 #include "sh.h"
@@ -257,7 +257,6 @@ pend:
                }
                goto doit;
 
                }
                goto doit;
 
-       case ','|QUOTE:
        case ',':
                if (brclev)
                        continue;
        case ',':
                if (brclev)
                        continue;