From 5d408875f15463e04f5b0c27e44884506a4a753b Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 28 Nov 2012 14:44:51 -0800 Subject: [PATCH] Added [[ op -v and -R --- ShellCheck/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs index c053abb..3c6a561 100644 --- a/ShellCheck/Parser.hs +++ b/ShellCheck/Parser.hs @@ -195,7 +195,7 @@ readConditionContents single = do readCondUnaryOp = try $ do op <- choice $ (map tryOp [ "-a", "-b", "-c", "-d", "-e", "-f", "-g", "-h", "-L", "-k", "-p", "-r", "-s", "-S", "-t", "-u", "-w", "-x", "-O", "-G", "-N", - "-z", "-n", "-o" + "-z", "-n", "-o", "-v", "-R" ]) hardCondSpacing return op