projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4454b
)
Fix missing quotation mark
author
fuzzyray
<fuzzyray@gentoo.org>
Mon, 1 Mar 2010 20:09:25 +0000
(20:09 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Mon, 1 Mar 2010 20:09:25 +0000
(20:09 -0000)
svn path=/trunk/gentoolkit/; revision=748
bin/revdep-rebuild
patch
|
blob
|
history
diff --git
a/bin/revdep-rebuild
b/bin/revdep-rebuild
index 8b0dec05a19342650237917af727b49bc69345f4..e2b551d55c0ba1d3c480d2c1886dc50ae2a75eb1 100755
(executable)
--- a/
bin/revdep-rebuild
+++ b/
bin/revdep-rebuild
@@
-758,7
+758,7
@@
main_checks() {
# Only rebuild for direct dependencies
MISSING_LIBS=$(
expr="s/^[[:space:]]*\([^[:space:]]*\).*$/\1/p"
- sort -u <<< "$ldd_output" | grep -E "$SONAME | sed -n "$expr"
+ sort -u <<< "$ldd_output" | grep -E "$SONAME
"
| sed -n "$expr"
)
REQUIRED_LIBS=$(
expr='s/^[[:space:]]*NEEDED[[:space:]]*\([^[:space:]]*\).*/\1/p';