From c500d95c62811ae0c73b47806225fd5cafca835f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 24 Mar 2007 18:50:49 +0000 Subject: For bug #172033, remove the obsolete QA Notice for man pages that are already compressed. svn path=/main/trunk/; revision=6271 --- bin/doman | 4 ++-- 1 file 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} -- cgit v1.2.3-1-g7c22