From: Jason Stubbs Date: Sat, 17 Dec 2005 05:40:04 +0000 (-0000) Subject: Remove duplicate if statement. X-Git-Tag: v2.1_pre1~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=159c8f1aca8dc5ae6769ded526a4eee3f910c5b1;p=portage.git Remove duplicate if statement. svn path=/main/trunk/; revision=2388 --- diff --git a/bin/prepall b/bin/prepall index d8ecd642a..e5267731f 100755 --- a/bin/prepall +++ b/bin/prepall @@ -38,7 +38,6 @@ done # http://bugs.gentoo.org/4411 for a in "${D}"usr/lib*/*.a ; do s=${a%.a}.so - if [ ! -e "${s}" ] ; then if [[ ! -e ${s} ]] ; then s=${s%usr/*}${s##*/usr/} if [[ -e ${s} ]] ; then