mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Pass shell arguments to linux arduino script through to Arduino.
This commit is contained in:
parent
839b58c1ae
commit
80b52b29b5
2
build/linux/dist/arduino
vendored
2
build/linux/dist/arduino
vendored
@ -19,4 +19,4 @@ export LD_LIBRARY_PATH
|
|||||||
|
|
||||||
export PATH="${APPDIR}/java/bin:${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 "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user