summaryrefslogtreecommitdiffstats
path: root/lib/deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deps.sh')
-rw-r--r--lib/deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/deps.sh b/lib/deps.sh
index 0b2397c..5ec4ccd 100644
--- a/lib/deps.sh
+++ b/lib/deps.sh
@@ -155,6 +155,7 @@ ob_parse_dep()
printf ' [%s]' "${_obpd_arches}"
[ -z "${_obpd_host_plat}" -a -n "${_obpd_plats}" ] && \
printf ' [%s]' "${_obpd_plats}"
+ printf '\n'
_ob_return 0
return ${?}