File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
arduino-core/src/processing/app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ public class BaseNoGui {
3636 public static final String VERSION_NAME = "1.6.6" ;
3737 public static final String VERSION_NAME_LONG ;
3838
39+ // Current directory to use for relative paths specified on the
40+ // commandline
41+ static String currentDirectory = System .getProperty ("user.dir" );
42+
3943 static {
4044 String versionNameLong = VERSION_NAME ;
4145 File hourlyBuildTxt = new File (getContentFile ("lib" ), "hourlyBuild.txt" );
@@ -52,10 +56,6 @@ public class BaseNoGui {
5256
5357 static File buildFolder ;
5458
55- // Current directory to use for relative paths specified on the
56- // commandline
57- static String currentDirectory = System .getProperty ("user.dir" );
58-
5959 private static DiscoveryManager discoveryManager = new DiscoveryManager ();
6060
6161 // these are static because they're used by Sketch
You can’t perform that action at this time.
0 commit comments