summaryrefslogtreecommitdiffstats
path: root/bin/dodoc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dodoc')
-rwxr-xr-xbin/dodoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dodoc b/bin/dodoc
index 4139cb593..4a89aa061 100755
--- a/bin/dodoc
+++ b/bin/dodoc
@@ -17,7 +17,7 @@ ret=0
for x in "$@" ; do
if [ -s "${x}" ] ; then
install -m0644 "${x}" "${dir}"
- ecompress "${dir}/${x##*/}"
+ ecompress --queue "${dir}/${x##*/}"
elif [ ! -e "${x}" ] ; then
echo "dodoc: ${x} does not exist" 1>&2
((++ret))