Merge pull request #4145 from myrjola/quotationfix

Small fix to processing-java generation
This commit is contained in:
Ben Fry
2016-02-13 17:43:08 -05:00
@@ -91,7 +91,7 @@ public class InstallCommander implements Tool {
"OPTION_FOR_HEADLESS_RUN=\"\"\n" +
"for ARG in \"$@\"\n" +
"do\n" +
" if [ $ARG = \"--build\" ]; then\n" +
" if [ \"$ARG\" = \"--build\" ]; then\n" +
" OPTION_FOR_HEADLESS_RUN=\"-Djava.awt.headless=true\"\n" +
" fi\n" +
"done\n\n");