Fix bug with patch for filtering SEARCH_DIRS_MASK paths from SEARCH_DIRS
authorfuzzyray <fuzzyray@gentoo.org>
Tue, 19 Feb 2008 00:04:18 +0000 (00:04 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Tue, 19 Feb 2008 00:04:18 +0000 (00:04 -0000)
svn path=/; revision=472

trunk/src/revdep-rebuild/revdep-rebuild

index 7ca77c6a7c8727bd8f923d928cec4894ef55ad8a..cd17dd10edcf9ddf689ff9da792488d8845bbaed 100755 (executable)
@@ -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."