Skip to content

Commit a6602ca

Browse files
committed
Another small fix for 'spaces in IDE install path on Linux'
See #3973
1 parent d00b51d commit a6602ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/dist/arduino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ if [[ "$@" != *"--upload"* && "$@" != *"--verify"* && "$@" != *"--get-pref"* &&
3131
JAVA_OPTIONS+=("-splash:$APPDIR/lib/splash.png")
3232
fi
3333

34-
$JAVA "${JAVA_OPTIONS[@]}" processing.app.Base "$@"
34+
"$JAVA" "${JAVA_OPTIONS[@]}" processing.app.Base "$@"
3535

0 commit comments

Comments
 (0)