Skip to content

Commit b656d42

Browse files
author
David A. Mellis
committed
Modifying the ant run target in Linux.
According to a comment at http://code.google.com/p/arduino/issues/detail?id=352 this helps ant find the executable. It still doesn't work for me, but maybe it will for you.
1 parent 4c26e07 commit b656d42

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
@@ -315,7 +315,7 @@
315315

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

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

0 commit comments

Comments
 (0)