From d29935b7920208a7e5428d956d24f4ea5211ae2b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 24 Mar 2007 18:52:24 +0000 Subject: 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 --- bin/doman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/doman') 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