Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
estat.sh: don't show one ebuild per package
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Dec 27, 2012
1 parent 14217f0 commit 28f0bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estat.sh
Expand Up @@ -16,4 +16,4 @@ for c in $(< "$tree_root/profiles/categories"); do
[[ $pkg != */metadata.xml ]] && [[ $pkg != */metadata.xml ]] &&
echo "$(len "${pkg}"/*.ebuild) ${pkg#${tree_root}/}" echo "$(len "${pkg}"/*.ebuild) ${pkg#${tree_root}/}"
done done
done | sort -r -n -k1 done | sort -r -n -k1 | grep -v '^1 '

0 comments on commit 28f0bde

Please sign in to comment.