Added [[ op -v and -R

This commit is contained in:
Vidar Holen 2012-11-28 14:44:51 -08:00
parent 7d7624252b
commit 5d408875f1
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ readConditionContents single = do
readCondUnaryOp = try $ 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", 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 hardCondSpacing
return op return op