Skip to content

Commit e088f69

Browse files
Merge pull request #1161 from LaurentGoderre/improve-updatesh
Fix update.sh invocation with unknown variant Co-authored-by: Tommi Vainikainen <thv@iki.fi>
2 parents cd046b9 + 6c3fa2f commit e088f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function in_variants_to_update() {
9797
local variant=$1
9898

9999
if [ "${#update_variants[@]}" -eq 0 ]; then
100-
echo 0
100+
echo 1
101101
return
102102
fi
103103

0 commit comments

Comments
 (0)