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