diff --git a/arduino-core/src/processing/app/i18n/pull.sh b/arduino-core/src/processing/app/i18n/pull.sh index 3c3469d669d..216522200b6 100755 --- a/arduino-core/src/processing/app/i18n/pull.sh +++ b/arduino-core/src/processing/app/i18n/pull.sh @@ -31,7 +31,7 @@ if [ "$langs" = "" ]; then fi -python python/pull.py $langs +python2 python/pull.py $langs if [ "$ALL" = "y" ]; then # We must do this until java Locale class is updated...