summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-07 09:45:35 +0100
committerErich Eckner <git@eckner.net>2017-11-07 09:45:35 +0100
commit4fad91a1af6707aaf1dad619ac4e648b45404c2b (patch)
tree60af32e45b84413c2451201afeec722fc18f8498
parent8ff5592838c929b9df96e3d9c74ea57e86c1c0d2 (diff)
downloadbuilder-4fad91a1af6707aaf1dad619ac4e648b45404c2b.tar.xz
bin/common-functions: remove bug if scripts are not in $PATH
-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