We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a755dd7 commit b1a5038Copy full SHA for b1a5038
build/linux/dist/arduino
@@ -33,4 +33,4 @@ if [ -x ./java/bin/java ]; then
33
JAVA=./java/bin/java
34
fi
35
36
-$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" "$@"
0 commit comments