From 37c7733be6ff0012403bb2216fed1bb22ef2c085 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Oct 2018 11:47:32 +0200 Subject: bin/get-package-updates: fix bug preventing packages32 changes triggering package updates --- bin/get-package-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 5675c92..ddfd43b 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -352,7 +352,7 @@ echo 'Check modified packages from the last update, and put them to the build li sed 's|^\(.\t\)\([^/]\+\)/\([^/]\+\)/\(.\+\)$|\2 \1\3/repos/\2-x86_64/\4|' | \ while read -r pkg_repo rest; do repo=$(find_git_repository_to_package_repository "${pkg_repo}") - eval 'printf '"'"'%s %s %s\n'"'" \ + eval 'printf '"'"'%s %s\n'"'" \ "$(printf '"${new_repo_revisions__%s}"' "${repo}")" \ "'${rest}'" done -- cgit v1.2.3