From: Todd C. Miller Date: Wed, 24 Jul 1996 16:49:43 +0000 (+0000) Subject: removed an instance of \" X-Git-Tag: SUDO_1_5_0~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5752f7b68c9b0aa61d3a4a46f38e7d894c1581a;p=sudo removed an instance of \" --- diff --git a/parse.lex b/parse.lex index 355958957..1cf98ca11 100644 --- a/parse.lex +++ b/parse.lex @@ -98,7 +98,7 @@ WORD [[:alnum:]_-]+ LEXTRACE("\n\t"); } /* throw away EOL after \ */ -\\[:\,=\\\" \t] { +\\[:\,=\\ \t] { LEXTRACE("QUOTEDCHAR "); fill_args(yytext + 1, 1, sawspace); sawspace = FALSE;