From: Zac Medico Date: Sat, 24 Mar 2007 18:50:49 +0000 (-0000) Subject: For bug #172033, remove the obsolete QA Notice for man pages that are already compressed. X-Git-Tag: v2.2_pre1~1547 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c500d95c62811ae0c73b47806225fd5cafca835f;p=portage.git For bug #172033, remove the obsolete QA Notice for man pages that are already compressed. svn path=/main/trunk/; revision=6271 --- 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}