Skip to content

Commit 80b52b2

Browse files
committed
Pass shell arguments to linux arduino script through to Arduino.
1 parent 839b58c commit 80b52b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/dist/arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ export LD_LIBRARY_PATH
1919

2020
export PATH="${APPDIR}/java/bin:${PATH}"
2121

22-
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base
22+
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base "$@"

0 commit comments

Comments
 (0)