summaryrefslogtreecommitdiffstats
path: root/bin/doman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-24 18:52:24 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-24 18:52:24 +0000
commitd29935b7920208a7e5428d956d24f4ea5211ae2b (patch)
tree96f24144aa785e70b1070b8fa055ba1dd30b7ec8 /bin/doman
parentc95563a63a5ce662e30b4d6bdf82806e086a8b9a (diff)
downloadportage-d29935b7920208a7e5428d956d24f4ea5211ae2b.tar.gz
portage-d29935b7920208a7e5428d956d24f4ea5211ae2b.tar.bz2
portage-d29935b7920208a7e5428d956d24f4ea5211ae2b.zip
For bug #172033, remove the obsolete QA Notice for man pages that are already compressed. (trunk r6270:6271)
svn path=/main/branches/2.1.2/; revision=6272
Diffstat (limited to 'bin/doman')
-rwxr-xr-xbin/doman4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/doman b/bin/doman
index 715825225..c021f0a44 100755
--- a/bin/doman
+++ b/bin/doman
@@ -25,10 +25,10 @@ for x in "$@" ; do
suffix=${x##*.}
- if [[ ${suffix} == "gz" ]] ; then
+ # These will be automatically decompressed by ecompressdir.
+ if hasq ${suffix} Z gz bz2 ; then
realname=${x%.*}
suffix=${realname##*.}
- eqawarn "QA Notice: File is already compressed: '${realname}'"
fi
mandir=${i18n}man${suffix:0:1}