mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Linux: command line interface was showing splashscreen when verifying
This commit is contained in:
parent
b65b576eb0
commit
e8ef0d9047
2
build/linux/dist/arduino
vendored
2
build/linux/dist/arduino
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user