projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3070fa5
)
Don't duplicate broken file output. (Bug 201319)
author
fuzzyray
<fuzzyray@gentoo.org>
Mon, 18 Feb 2008 18:16:57 +0000
(18:16 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Mon, 18 Feb 2008 18:16:57 +0000
(18:16 -0000)
svn path=/; revision=465
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 0324d5e729543948e70cb2a81208a559ada6bf41..70edb1614c77826b71abc67f7e570d7071fd7907 100755
(executable)
--- a/
trunk/src/revdep-rebuild/revdep-rebuild
+++ b/
trunk/src/revdep-rebuild/revdep-rebuild
@@
-840,7
+840,7
@@
show_unowned_files() {
ewarn "The broken files are:"
while read filename junk; do
[[ $junk = *none* ]] && ewarn " $filename"
- done < "$LIST.4_package_owners"
+ done < "$LIST.4_package_owners"
| awk '!s[$0]++' # (omit dupes)
fi
}