Skip to content

Commit

Permalink
Pass shell arguments to linux arduino script through to Arduino.
Browse files Browse the repository at this point in the history
  • Loading branch information
damellis committed Nov 3, 2012
1 parent 839b58c commit 80b52b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux/dist/arduino
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export LD_LIBRARY_PATH

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

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

0 comments on commit 80b52b2

Please sign in to comment.