mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
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
|
fi
|
||||||
;;
|
;;
|
||||||
msxls)
|
msxls)
|
||||||
if xlHtml >/dev/null 2>&1; then
|
if xlhtml >/dev/null 2>&1; then
|
||||||
tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XXXXXX`
|
tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XXXXXX`
|
||||||
xlhtml -a "${MC_EXT_FILENAME}" > "$tmp/page.html"
|
xlhtml -a "${MC_EXT_FILENAME}" > "$tmp/page.html"
|
||||||
elinks -dump "$tmp/page.html"
|
elinks -dump "$tmp/page.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user