diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-03-24 18:50:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-03-24 18:50:49 +0000 |
commit | c500d95c62811ae0c73b47806225fd5cafca835f (patch) | |
tree | 8eb38eda9d1fe70cbd5888f297091cdd0036a9ac | |
parent | bae8ce65fa1e460958a623d4a9979b12661ed197 (diff) | |
download | portage-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
-rwxr-xr-x | bin/doman | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |