diff options
author | Erich Eckner <git@eckner.net> | 2017-10-25 15:05:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-25 15:05:32 +0200 |
commit | 90ded985513483e123ad5b836e4307d1a0a4e090 (patch) | |
tree | b3813e5cacfddc10fadf1da239b91339a938415e /bin/common-functions | |
parent | 3da79333997fc229ef2e9190868c01fdb6f5f3ce (diff) | |
download | builder-90ded985513483e123ad5b836e4307d1a0a4e090.tar.xz |
bin/common-functions: fix typo
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions b/bin/common-functions index 2e9ab0c..31880ef 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -982,7 +982,7 @@ find_biggest_subset_of_packages() { return 2 fi - if [ ! -s "${all_run_depends}" ]; then + if [ ! -s "${all_builds}" ]; then find "${work_dir}/package-infos/" -maxdepth 1 -name '*.builds' \ -exec sed ' s|^|{} | |