[scripts] increase "equo update" retries to 42

This commit is contained in:
Fabio Erculiani
2012-10-11 12:25:04 +02:00
parent 32384949a6
commit d75faf7fa1
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ fi
export FORCE_EAPI=2
updated=0
for ((i=0; i < 12; i++)); do
for ((i=0; i < 42; i++)); do
equo update && {
updated=1;
break;