We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f74631 commit 61cccc0Copy full SHA for 61cccc0
app/src/processing/app/Base.java
@@ -376,7 +376,7 @@ public Base(String[] args) throws Exception {
376
// Build
377
splash.splashText(tr("Verifying..."));
378
379
- File sketchFile = new File(parser.getFilenames().get(0));
+ File sketchFile = BaseNoGui.absoluteFile(parser.getFilenames().get(0));
380
sketch = new Sketch(sketchFile);
381
382
outputFile = new Compiler(sketch).build(progress -> {}, false);
build/shared/revisions.txt
@@ -1,5 +1,8 @@
1
ARDUINO 1.8.2
2
3
+[ide]
4
+* Fix command line: works again with relative paths (regression)
5
+
6
ARDUINO 1.8.1 - 2017.01.09
7
8
[ide]
0 commit comments