touchup output slightly
authorMike Frysinger <vapier@gentoo.org>
Fri, 6 Jan 2006 00:48:56 +0000 (00:48 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 6 Jan 2006 00:48:56 +0000 (00:48 -0000)
svn path=/main/trunk/; revision=2538

bin/prepall

index 2d0472b66442d6fc08ef4109c0040cc4985e75aa..b1dee558e3b2b5a9db5bdc9485a0521343c9b0b7 100755 (executable)
@@ -72,6 +72,7 @@ for d in "${D}"lib* "${D}"usr/lib* ; do
        if [[ -n ${f} ]] ; then
                echo -e "\n\aQA Notice: the following shared libraries lack a SONAME\a"
                echo "${f}"
+               echo
                sleep 1
        fi
 
@@ -79,6 +80,7 @@ for d in "${D}"lib* "${D}"usr/lib* ; do
        if [[ -n ${f} ]] ; then
                echo -e "\n\aQA Notice: the following shared libraries lack NEEDED entries\a"
                echo "${f}"
+               echo
                sleep 1
        fi
 done