summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
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 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