From: fuzzyray Date: Tue, 17 Jul 2007 18:10:10 +0000 (-0000) Subject: Fix issue with --library and / X-Git-Tag: gentoolkit-0.2.4.3~93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3cd1da24d120040292a17958bfa6302e0464bd42;p=gentoolkit.git Fix issue with --library and / svn path=/; revision=420 --- diff --git a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite index d6a3079..58af384 100755 --- 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 "$SONAME" SONAME_SEARCH=" $SONAME " + # Escape the "/" characters + SONAME_SEARCH="${SONAME_SEARCH//\//\\/}" else # Set to "$SONAME" SONAME_SEARCH=$'\t'"$SONAME "