projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9299d50
)
use bash replacement instead of a call to tr
author
Fabian Groffen
<grobian@gentoo.org>
Sun, 24 Oct 2010 12:44:50 +0000
(14:44 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Sun, 24 Oct 2010 12:44:50 +0000
(14:44 +0200)
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index ae2754129ee9b18ede25384fdbbdf3509abffa88..2396c1a499ba600c59a789926a89ae34a9eb6c69 100644
(file)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-916,7
+916,7
@@
install_qa_check_macho() {
# this is ugly, paths with spaces won't work
reevaluate=0
- for lib in $
(echo ${needed} | tr , ' ')
; do
+ for lib in $
{needed//,/ }
; do
if [[ ! -e ${lib} && ! -e ${D}${lib} && ${lib} != "@executable_path/"* && *${lib} != "@loader_path/"* ]] ; then
# try to "repair" this if possible, happens because of
# gen_usr_ldscript tactics