From 2d6569e5906ad504ecc66a3b0114cd284afd81a1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 18 May 2015 12:06:43 +0100 Subject: 35184: Additional case fix for 35168. Lexical analysis flags got screwed up after a "|", so we didn't parse patterns properly, in particular those with parentheses. --- Src/parse.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Src') diff --git a/Src/parse.c b/Src/parse.c index c938d2dce..c48669995 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -1174,8 +1174,6 @@ par_case(int *cmplx) if (!strcmp(tokstr, "esac")) break; str = dupstring(tokstr); - incasepat = 0; - incmdpos = 1; type = WC_CASE_OR; pp = ecadd(0); palts = ecadd(0); -- cgit 1.4.1