From 9ecf1fc0e9adea349c18b9cfe641e485718153f4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 25 Oct 2012 16:36:14 -0400 Subject: Print a newline after output in ob_parse_dep(). --- (limited to 'lib') 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 ${?} -- cgit v0.9.1