summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-07-09 19:01:06 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-07-09 19:01:06 +0000
commit5435904ee06df9303fc15ec93b405150d51add96 (patch)
tree600ffbcb9da75527a731dc1243528ac84d37fc51 /trunk/src
parent6608c73a98feba1e3dfdbbc83c5fbc027ba7db92 (diff)
downloadgentoolkit-5435904ee06df9303fc15ec93b405150d51add96.tar.gz
Fix revdep-rebuild to not evaluate broken objects multiple times. (Bug 220761)
svn path=/; revision=493
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 010c20a..69cd827 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -826,6 +826,7 @@ main_checks() {
)
fi
[[ -r "$BROKEN_FILE" && -s "$BROKEN_FILE" ]] || clean_exit
+ sort -u "$BROKEN_FILE" -o "$BROKEN_FILE"
einfo "Generated new $BROKEN_FILE"
fi
}