summaryrefslogtreecommitdiffstats
path: root/src/ob-buildenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ob-buildenv.sh')
-rw-r--r--src/ob-buildenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index fc7c472..6d42851 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.sh
@@ -27,7 +27,7 @@ setup_build_helper()
IFS=', '
for dep in $(ob_get_source_parameter 'Build-Depends'); do
unset IFS
- ob_parse_dep -P dep_pkg "${dep}" >/dev/null
+ ob_parse_dep -P dep_pkg -- "${dep}" >/dev/null
if [ -r "${HELPERDIR}/${dep_pkg}" ]; then
. "${HELPERDIR}/${dep_pkg}"
PATH="${helper_path}:${PATH}"