1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Another small fix for 'spaces in IDE install path on Linux'

See #3973
This commit is contained in:
Cristian Maglie 2015-10-14 21:42:20 +02:00
parent d00b51d7c8
commit a6602cac09

View File

@ -31,5 +31,5 @@ if [[ "$@" != *"--upload"* && "$@" != *"--verify"* && "$@" != *"--get-pref"* &&
JAVA_OPTIONS+=("-splash:$APPDIR/lib/splash.png")
fi
$JAVA "${JAVA_OPTIONS[@]}" processing.app.Base "$@"
"$JAVA" "${JAVA_OPTIONS[@]}" processing.app.Base "$@"