summaryrefslogtreecommitdiffstats
path: root/bin/prepall
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-17 05:40:04 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-17 05:40:04 +0000
commit159c8f1aca8dc5ae6769ded526a4eee3f910c5b1 (patch)
treeecd1831ce43d0b8fb64c6ec037c5a276b8cb03a7 /bin/prepall
parentf635897e0c472430a10a225eb941d4e232aa14d9 (diff)
downloadportage-159c8f1aca8dc5ae6769ded526a4eee3f910c5b1.tar.gz
portage-159c8f1aca8dc5ae6769ded526a4eee3f910c5b1.tar.bz2
portage-159c8f1aca8dc5ae6769ded526a4eee3f910c5b1.zip
Remove duplicate if statement.
svn path=/main/trunk/; revision=2388
Diffstat (limited to 'bin/prepall')
-rwxr-xr-xbin/prepall1
1 files changed, 0 insertions, 1 deletions
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