diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-25 16:36:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-25 16:36:14 (EDT) |
commit | 9ecf1fc0e9adea349c18b9cfe641e485718153f4 (patch) | |
tree | 88bac57bf4cd80eb4e093e8965c4d963be886fae /lib | |
parent | fdbb53097124e44d8a15f67e5758c9d04b698298 (diff) |
Print a newline after output in ob_parse_dep().
Diffstat (limited to 'lib')
-rw-r--r-- | lib/deps.sh | 1 |
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 ${?} |