summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-02-19 00:04:18 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-02-19 00:04:18 +0000
commitbcec28967e6c282dde2366187c028a71a8baed62 (patch)
treeb89c4fc7b420cd0a9fead2b8d5bdb34c82b7a9a0 /trunk/src
parentfe85851dbb3149cc2b26ccbf23569b2f326a8f76 (diff)
downloadgentoolkit-bcec28967e6c282dde2366187c028a71a8baed62.tar.gz
Fix bug with patch for filtering SEARCH_DIRS_MASK paths from SEARCH_DIRS
svn path=/; revision=472
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 7ca77c6..cd17dd1 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -473,7 +473,7 @@ for sdir in ${SEARCH_DIRS} ; do
done
[[ -n ${skip_me} ]] || filter_SEARCH_DIRS+=" ${sdir}"
done
-SEARCH_DIRS=$(clean_var "${filter_SEARCH_DIRS}")
+SEARCH_DIRS=$(clean_var <<< "${filter_SEARCH_DIRS}")
unset sdir mdir skip_me filter_SEARCH_DIRS
[[ $SEARCH_DIRS ]] || die 1 "No search defined -- this is a bug."