Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15634 Details for
Bug 26082
app-admin/gentoolkit-0.1.30: shorten "sort|uniq" to "sort -u"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
same for /usr/bin/gentool-package-count
gentool-package-count.diff (text/plain), 500 bytes, created by
Nicolas Kaiser
on 2003-08-06 15:26:41 UTC
(
hide
)
Description:
same for /usr/bin/gentool-package-count
Filename:
MIME Type:
Creator:
Nicolas Kaiser
Created:
2003-08-06 15:26:41 UTC
Size:
500 bytes
patch
obsolete
>--- /usr/bin/gentool-package-count.orig 2003-08-07 00:10:39.000000000 +0200 >+++ /usr/bin/gentool-package-count 2003-08-07 00:11:08.000000000 +0200 >@@ -1,6 +1,6 @@ > #! /bin/sh > >-pcnt=`find /usr/portage/ -type f -name "*.ebuild" | sed "s/-[0-9].*//" | sort | uniq | wc -l` >+pcnt=`find /usr/portage/ -type f -name "*.ebuild" | sed "s/-[0-9].*//" | sort -u | wc -l` > numebuilds=`find /usr/portage/ -type f -name "*.ebuild" | wc -l` > numcat=`find /usr/portage/ -type d -name "*-*" -maxdepth 1 | wc -l` >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26082
:
15632
|
15633
| 15634 |
15635
|
15871