fix: scripts

This commit is contained in:
Strix 2023-10-22 18:33:31 +02:00
parent f1406e2f36
commit 1cfc77554d
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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