mirror of https://github.com/MidnightCommander/mc
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:
parent
3b8ee664f2
commit
1182dbdd93
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue