From 4fad91a1af6707aaf1dad619ac4e648b45404c2b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 7 Nov 2017 09:45:35 +0100 Subject: bin/common-functions: remove bug if scripts are not in $PATH --- bin/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf