Skip to content

Commit e8ef0d9

Browse files
author
Federico Fissore
committedMar 30, 2015
Linux: command line interface was showing splashscreen when verifying
1 parent b65b576 commit e8ef0d9

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
@@ -20,7 +20,7 @@ export LD_LIBRARY_PATH
2020

2121
export PATH="${APPDIR}/java/bin:${PATH}"
2222

23-
if [[ "$@" == *"--upload"* || "$@" == *"--upload"* || "$@" == *"--get-pref"* ]] ; then
23+
if [[ "$@" == *"--upload"* || "$@" == *"--verify"* || "$@" == *"--get-pref"* ]] ; then
2424
SPLASH=""
2525
else
2626
SPLASH="-splash:./lib/splash.png"

0 commit comments

Comments
 (0)
Please sign in to comment.