summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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