diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2008-07-09 19:01:06 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2008-07-09 19:01:06 +0000 |
| commit | 5435904ee06df9303fc15ec93b405150d51add96 (patch) | |
| tree | 600ffbcb9da75527a731dc1243528ac84d37fc51 /trunk/src | |
| parent | 6608c73a98feba1e3dfdbbc83c5fbc027ba7db92 (diff) | |
| download | gentoolkit-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-x | trunk/src/revdep-rebuild/revdep-rebuild | 1 |
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 } |
