1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-15 12:29:26 +01:00

Linux: command line interface was showing splashscreen when verifying

This commit is contained in:
Federico Fissore 2015-03-30 09:30:53 +02:00
parent b65b576eb0
commit e8ef0d9047

View File

@ -20,7 +20,7 @@ export LD_LIBRARY_PATH
export PATH="${APPDIR}/java/bin:${PATH}" export PATH="${APPDIR}/java/bin:${PATH}"
if [[ "$@" == *"--upload"* || "$@" == *"--upload"* || "$@" == *"--get-pref"* ]] ; then if [[ "$@" == *"--upload"* || "$@" == *"--verify"* || "$@" == *"--get-pref"* ]] ; then
SPLASH="" SPLASH=""
else else
SPLASH="-splash:./lib/splash.png" SPLASH="-splash:./lib/splash.png"