From 7265c2adc64445ae635779351683e479d345fcaf Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 8 Sep 2023 10:40:21 -0400 Subject: [PATCH] fix: retry with -eu was suspect in retrospect (#2110) --- build-system/scripts/retry | 1 - 1 file changed, 1 deletion(-) diff --git a/build-system/scripts/retry b/build-system/scripts/retry index 6559d67499e..88cbeb6789e 100755 --- a/build-system/scripts/retry +++ b/build-system/scripts/retry @@ -1,4 +1,3 @@ -set -eu ATTEMPTS=3 # Retries up to 3 times with 10 second intervals for i in $(seq 1 $ATTEMPTS); do