projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36b8339
)
Fix issue with --library and /
author
fuzzyray
<fuzzyray@gentoo.org>
Tue, 17 Jul 2007 18:10:10 +0000
(18:10 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Tue, 17 Jul 2007 18:10:10 +0000
(18:10 -0000)
svn path=/; revision=420
trunk/src/revdep-rebuild/revdep-rebuild-rewrite
patch
|
blob
|
history
diff --git
a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
index d6a30798f8c6b4f8288e02c1877e526829518220..58af38445eb273bb7de4844b2517a9893f82ef19 100755
(executable)
--- a/
trunk/src/revdep-rebuild/revdep-rebuild-rewrite
+++ b/
trunk/src/revdep-rebuild/revdep-rebuild-rewrite
@@
-350,6
+350,8
@@
get_search_env() {
if [[ $SONAME = /* ]]; then
# Set to "<space>$SONAME<space>"
SONAME_SEARCH=" $SONAME "
+ # Escape the "/" characters
+ SONAME_SEARCH="${SONAME_SEARCH//\//\\/}"
else
# Set to "<tab>$SONAME<space>"
SONAME_SEARCH=$'\t'"$SONAME "