Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40144 - Typo in dep-clean (part of gentoolkit-0.1.38)
Summary: Typo in dep-clean (part of gentoolkit-0.1.38)
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-01 19:13 UTC by Joel Miles
Modified: 2004-08-21 13:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Miles 2004-02-01 19:13:34 UTC
Minor typo in /usr/bin/dep-clean:

Lines 228, 246, 263 (all three locations have the same typo) should be changed from:

echo -e "${CY}Total of"'cat ${tmp}/uneeded|wc -l' "uneeded packages.{NO}"

to:

echo -e "${CY}Total of" 'cat ${tmp}/uneeded|wc -l' "uneeded packages.{NO}"

(notice the space after the second ")

Reproducible: Always
Steps to Reproduce:
1. run dep-clean
Actual Results:  
The "Total of" lines appear as:

Total of0 uneeded packages.

Expected Results:  
The "Total of" lines should appear as:

Total of 0 uneeded packages.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-08-21 13:43:40 UTC
this tool is deprecated