summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-23 21:07:58 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-23 21:07:58 (EDT)
commit175eaf0d16890ceaf8faed75691850f600339175 (patch)
tree78b2491df798a5eba9b2c35b9460e5da531a764c /src
parent1e585cbb9208305d683c04d9e3e2eff0834117fd (diff)
package_2_*(): Drop empty req_fields parse_control() args
Diffstat (limited to 'src')
-rw-r--r--src/package/2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package/2.sh b/src/package/2.sh
index fc4c77d..d7def14 100644
--- a/src/package/2.sh
+++ b/src/package/2.sh
@@ -27,7 +27,7 @@ package_2_get_build_deps()
package_2_build_deps=''
parse_control "${package_dir}/control" \
- package_2_build_deps_field_cb false ''
+ package_2_build_deps_field_cb false
substvars "$(reduce_deps "${package_2_build_deps}" false \
"${arch}" "${plat}")"
@@ -57,7 +57,7 @@ package_2_set_substvars()
if [ -f "${package_dir}/substvars" ]; then
parse_control "${package_dir}/substvars" \
- package_2_substvar_cb false ''
+ package_2_substvar_cb false
fi
set_substvar 'Host-Arch' "${arch}"