summaryrefslogtreecommitdiffstats
path: root/bin/doman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-24 18:50:49 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-24 18:50:49 +0000
commitc500d95c62811ae0c73b47806225fd5cafca835f (patch)
tree8eb38eda9d1fe70cbd5888f297091cdd0036a9ac /bin/doman
parentbae8ce65fa1e460958a623d4a9979b12661ed197 (diff)
downloadportage-c500d95c62811ae0c73b47806225fd5cafca835f.tar.gz
portage-c500d95c62811ae0c73b47806225fd5cafca835f.tar.bz2
portage-c500d95c62811ae0c73b47806225fd5cafca835f.zip
For bug #172033, remove the obsolete QA Notice for man pages that are already compressed.
svn path=/main/trunk/; revision=6271
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}