mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #4145 from myrjola/quotationfix
Small fix to processing-java generation
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user