fix: scripts
This commit is contained in:
parent
f1406e2f36
commit
1cfc77554d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -o pipefail
|
||||||
for c in tools/repo/check.d/*; do
|
for c in tools/repo/check.d/*; do
|
||||||
echo "running $c..."
|
echo "running $c..."
|
||||||
$c | while read line; do
|
$c | while read line; do
|
||||||
|
|
Loading…
Reference in a new issue