index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-master-status-from-mysql | 2 |
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" \ |