projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe85851
)
Fix bug with patch for filtering SEARCH_DIRS_MASK paths from SEARCH_DIRS
author
fuzzyray
<fuzzyray@gentoo.org>
Tue, 19 Feb 2008 00:04:18 +0000
(
00:04
-0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Tue, 19 Feb 2008 00:04:18 +0000
(
00:04
-0000)
svn path=/; revision=472
trunk/src/revdep-rebuild/revdep-rebuild
patch
|
blob
|
history
diff --git
a/trunk/src/revdep-rebuild/revdep-rebuild
b/trunk/src/revdep-rebuild/revdep-rebuild
index 7ca77c6a7c8727bd8f923d928cec4894ef55ad8a..cd17dd10edcf9ddf689ff9da792488d8845bbaed 100755
(executable)
--- 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."