summaryrefslogtreecommitdiffstats
path: root/src/ob-checkbuilddeps.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 14:33:05 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 14:33:05 (EDT)
commit209bfa5bbf8eb882b6593f08b3ed108995a0d1e3 (patch)
tree5e17fe9b96a93b86a7be57f6ed0f1aae52e044a7 /src/ob-checkbuilddeps.sh
parent16a6b4974d54f2f56a8fd38a4438850870c77230 (diff)
Delimit operands of ob_reduce_deps()
Diffstat (limited to 'src/ob-checkbuilddeps.sh')
-rw-r--r--src/ob-checkbuilddeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh
index f5afe81..39d7e60 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -59,7 +59,7 @@ check_build_deps()
deps="$(ob_get_source_parameter 'Build-Depends')"
deps="$(ob_reduce_deps -a "${OPK_HOST_ARCH}" \
- -p "${OPK_HOST_PLAT}" "${deps}")"
+ -p "${OPK_HOST_PLAT}" -- "${deps}")"
deps="$(ob_substvars "${deps}")"
missing=''