projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f635897
)
Remove duplicate if statement.
author
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:40:04 +0000
(
05:40
-0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:40:04 +0000
(
05:40
-0000)
svn path=/main/trunk/; revision=2388
bin/prepall
patch
|
blob
|
history
diff --git
a/bin/prepall
b/bin/prepall
index d8ecd642a566bd195f52817b0442606c17646ca8..e5267731fee32ba33e50f3269dce5ee5f4864a08 100755
(executable)
--- 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