summaryrefslogtreecommitdiffstats
path: root/src/ob-checkbuilddeps.sh
diff options
context:
space:
mode:
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 ce9ad15..f5afe81 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -29,7 +29,7 @@ check_dep()
local pkg_ver=
# Leave stdout for caller to collect.
- ob_parse_dep -P dep_pkg -r dep_rel -v dep_ver "${dep}"
+ ob_parse_dep -P dep_pkg -r dep_rel -v dep_ver -- "${dep}"
status="$("${OPKG}" status "${dep_pkg}")"
if ! printf '%s\n' "${status}" | grep '^Status: .* .* installed$' \