From 5a150e99f226353fc5659981afcf8f774daa2e20 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 29 Aug 2019 10:44:00 +0200 Subject: bin/seed-build-list: add missing `tee` --- bin/seed-build-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/seed-build-list') diff --git a/bin/seed-build-list b/bin/seed-build-list index 2d52526..0d6b5f6 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -192,7 +192,7 @@ git -C "${repo_paths__archlinux32}" archive "${repo_heads__archlinux32}" -- blac t d ' \ -| "${tmp_dir}/blacklist" \ +| tee "${tmp_dir}/blacklist" \ >> "${tmp_dir}/ignore-packages" for list in 'ignore-package' 'blacklist'; do -- cgit v1.2.3