summaryrefslogtreecommitdiff
path: root/bin/common-functions
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-xbin/common-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions b/bin/common-functions
index bf88b8f..c233003 100755
--- a/bin/common-functions
+++ b/bin/common-functions
@@ -1134,7 +1134,7 @@ print_list_of_archaic_packages() {
# packages remaining longer than 7 days in testing
find "${work_dir}/package-states" -mindepth 1 -maxdepth 1 -name '*.testing' -mtime +7 \
-exec head -n1 {} \; | \
- modify-package-state -n --tested /dev/stdin
+ "${base_dir}/bin/modify-package-state" -n --tested /dev/stdin
;;
'build-list')
while read -r pkg rev mod_rev repo; do