We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fb56c commit 468976aCopy full SHA for 468976a
setup/ci_bootstrap.sh
@@ -39,7 +39,7 @@ retry(){
39
"$@" &&
40
break;
41
echo
42
- if [ $count -ge $max_tries ]; then
+ if [ "$count" -ge "$max_tries" ]; then
43
echo "$count tries failed, aborting..."
44
exit 1
45
fi
0 commit comments