From 31af8b7c9f0cc18830b873629294f656c41efcd7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 14 Sep 2017 09:28:33 +0200 Subject: bin/build-master-status: small cleanup --- bin/build-master-status | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 758fbb3..1f76a99 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -120,9 +120,9 @@ testing=$( fi done ( - find "${work_dir}/build-list.loops" -maxdepth 1 | \ - grep '/loop_[0-9]\+$' | \ - xargs -r cat | \ + find "${work_dir}/build-list.loops" -maxdepth 1 -regextype grep \ + -regex '.*/loop_[0-9]\+' \ + -exec cat {} \; | \ sort -u find "${work_dir}/package-states/" -maxdepth 1 -name '*.broken' -printf '%f\n' | \ sed 's|\(\.[^.]\+\)\{4\}||' | \ -- cgit v1.2.3-54-g00ecf