Skip to content

Commit b1a5038

Browse files
author
Federico Fissore
committed
Linux: arduino startup script needs "" around $CURDIR, otherwise
it will fail when folders have spaces. Found in a comment at #2982
1 parent a755dd7 commit b1a5038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/linux/dist/arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ if [ -x ./java/bin/java ]; then
3333
JAVA=./java/bin/java
3434
fi
3535

36-
$JAVA -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH processing.app.Base --curdir $CURDIR "$@"
36+
$JAVA -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH processing.app.Base --curdir "$CURDIR" "$@"

0 commit comments

Comments
 (0)