summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}