a little cleanup cleanup

This commit is contained in:
Ben Fry
2015-10-14 16:24:57 -04:00
parent 97dab1e5c3
commit cbed7139c2
2 changed files with 7 additions and 3 deletions
@@ -84,10 +84,10 @@ public class InstallCommander implements Tool {
File file = File.createTempFile("processing", "commander");
PrintWriter writer = PApplet.createWriter(file);
writer.println("#!/bin/sh");
writer.print("#!/bin/sh\n\n");
writer.print("\n# We don't want to steal focus for headless runs. See issue #3996.\n" +
writer.print("# Prevents processing-java from stealing focus, see:\n" +
"# https://github.com/processing/processing/issues/3996.\n" +
"OPTION_FOR_HEADLESS_RUN=\"\"\n" +
"for ARG in \"$@\"\n" +
"do\n" +
+4
View File
@@ -6,6 +6,10 @@ X https://github.com/processing/processing/pull/3956
_ https://github.com/processing/processing/pull/3971
X add i/o library for rpi
X https://github.com/processing/processing/pull/3985
_ make sure naming, etc is all correct
X processing-java stealing focus even with --build flag
X https://github.com/processing/processing/issues/3996
X https://github.com/processing/processing/pull/3998
jakub
X Include Example packs into update count