We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00b51d commit a6602caCopy full SHA for a6602ca
build/linux/dist/arduino
@@ -31,5 +31,5 @@ if [[ "$@" != *"--upload"* && "$@" != *"--verify"* && "$@" != *"--get-pref"* &&
31
JAVA_OPTIONS+=("-splash:$APPDIR/lib/splash.png")
32
fi
33
34
-$JAVA "${JAVA_OPTIONS[@]}" processing.app.Base "$@"
+"$JAVA" "${JAVA_OPTIONS[@]}" processing.app.Base "$@"
35
0 commit comments