mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Linux: arduino startup script needs "" around $CURDIR, otherwise
it will fail when folders have spaces. Found in a comment at #2982
This commit is contained in:
2
build/linux/dist/arduino
vendored
2
build/linux/dist/arduino
vendored
@ -33,4 +33,4 @@ if [ -x ./java/bin/java ]; then
|
||||
JAVA=./java/bin/java
|
||||
fi
|
||||
|
||||
$JAVA -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH processing.app.Base --curdir $CURDIR "$@"
|
||||
$JAVA -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH processing.app.Base --curdir "$CURDIR" "$@"
|
||||
|
Reference in New Issue
Block a user