Revert "Fix update.sh invocation with unknown variant"

This commit is contained in:
Laurent Goderre 2020-01-10 09:41:24 -05:00 committed by GitHub
parent c101880308
commit 3dbeefaa1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ function in_variants_to_update() {
local variant=$1 local variant=$1
if [ "${#update_variants[@]}" -eq 0 ]; then if [ "${#update_variants[@]}" -eq 0 ]; then
echo 1 echo 0
return return
fi fi