summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-18 20:34:43 +0100
committerErich Eckner <git@eckner.net>2018-02-18 20:34:43 +0100
commitfd812f6973156991a4462ef996161730dfad9e78 (patch)
tree497337123c9e2cd737ad0f04eadd29c342a2ad9b /bin/get-package-updates
parent7bc95ff14d099110736feb6298aedf07bc6b67a6 (diff)
downloadbuilder-fd812f6973156991a4462ef996161730dfad9e78.tar.xz
bin/get-package-updates: remove useless cat - we have this in a variable already
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 97422f5..1ce72e5 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -379,7 +379,7 @@ black_listed=''
black_listed_new=$(
{
{
- git -C "${repo_paths__archlinux32}" archive "$(cat "${work_dir}/archlinux32.revision.new")" -- 'blacklist' | \
+ git -C "${repo_paths__archlinux32}" archive "${new_repo_revisions__archlinux32}" -- 'blacklist' | \
tar -Ox 'blacklist' | \
sed '
s/\s*#.*$//