Remove duplicate if statement.
authorJason Stubbs <jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:40:04 +0000 (05:40 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:40:04 +0000 (05:40 -0000)
svn path=/main/trunk/; revision=2388

bin/prepall

index d8ecd642a566bd195f52817b0442606c17646ca8..e5267731fee32ba33e50f3269dce5ee5f4864a08 100755 (executable)
@@ -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