Summary: Previously, the command parsing code filtered out any elements that were `False`y in the Python sense (starting with D5507925). This meant that a command like `javac -classpath '' -Xmaxerrs 1000 MyFile.java` would be parsed as `javac -classpath -Xmaxerrs 1000 MyFile.java`, which will fail with "unrecognized option 1000". This diff removes the filtering and fixes that issue. Reviewed By: jeremydubreil Differential Revision: D7797560 fbshipit-source-id: 63df06bmaster
parent
9405162ba6
commit
863e08909e
Loading…
Reference in new issue