Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug: count the number of quotes instead of detecting presence
A java option of -Dfoo="bar" would fail this previously, because there are two quotes around bar, but we only detected open quotes by the presence of the double quote character.
- Loading branch information