Don't warn about [ a '>' b ] needing escapes.

This commit is contained in:
Vidar Holen 2016-10-01 14:54:28 -07:00
parent 8672af29ef
commit 6b62b5bf7e
2 changed files with 2 additions and 1 deletions

View file

@ -447,7 +447,7 @@ readConditionContents single =
c <- oneOf "'\""
s <- anyOp
char c
return s
return $ escaped s
anyOp = flagOp <|> flaglessOp <|> fail
"Expected comparison operator (don't wrap commands in []/[[]])"