Skip to content

Commit 3650b47

Browse files
committed
Merge branch 'master' of github.com:arduino/Arduino
2 parents fa4d058 + b656d42 commit 3650b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314

315315
<target name="linux-run" depends="linux-build"
316316
description="Run Linux version">
317-
<exec executable="linux/work/arduino" dir="linux/work" spawn="false"/>
317+
<exec executable="./arduino" dir="linux/work" spawn="false"/>
318318
</target>
319319

320320
<target name="linux-dist" depends="linux-build"

0 commit comments

Comments
 (0)