misc/ext.d/doc.sh.in: fix program name.

Reported: https://bugzilla.altlinux.org/show_bug.cgi?id=35506.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Anatoly Kitaykin 2018-10-13 09:23:46 +03:00 committed by Andrew Borodin
parent 3b8ee664f2
commit 1182dbdd93
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ do_view_action() {
fi
;;
msxls)
if xlHtml >/dev/null 2>&1; then
if xlhtml >/dev/null 2>&1; then
tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XXXXXX`
xlhtml -a "${MC_EXT_FILENAME}" > "$tmp/page.html"
elinks -dump "$tmp/page.html"