From b0221d5ad5df2e4b06a194b0833d2fc7a5c7b119 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 23 Feb 2018 14:53:25 +0100 Subject: bin/build-master-status-from-mysql: make loop-error non-fatal --- bin/build-master-status-from-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-master-status-from-mysql') diff --git a/bin/build-master-status-from-mysql b/bin/build-master-status-from-mysql index ea8d0f1..b55ca65 100755 --- a/bin/build-master-status-from-mysql +++ b/bin/build-master-status-from-mysql @@ -244,7 +244,7 @@ find "${work_dir}/package-states" -mindepth 1 -maxdepth 1 \ true diff -u \ "${tmp_dir}/loops.file" \ - "${tmp_dir}/loops.mysql" || \ + "${tmp_dir}/loops.mysql" >&2 || \ true diff -u \ "${tmp_dir}/tested.file" \ -- cgit v1.2.3-54-g00ecf