foreach.sh: remove set -e to not fail on first error

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-05 10:39:33 +01:00
parent 5f903426a5
commit 2d9710227f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -eof pipefail set -of pipefail
GRN='\033[0;32m' GRN='\033[0;32m'
BLD='\033[1m' BLD='\033[1m'