From 1cfc77554da5db16a0ccb790a8ca00ff5b969255 Mon Sep 17 00:00:00 2001 From: Raine Date: Sun, 22 Oct 2023 18:33:31 +0200 Subject: [PATCH] fix: scripts --- tools/repo/check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/repo/check.sh b/tools/repo/check.sh index 30fde1f..cb5721c 100755 --- a/tools/repo/check.sh +++ b/tools/repo/check.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e +set -o pipefail for c in tools/repo/check.d/*; do echo "running $c..." $c | while read line; do