View | Details | Raw Unified | Return to bug 35506
Collapse All | Expand All

(-)doc.orig.sh (-1 / +1 lines)
Lines 64-70 Link Here
64
        fi
64
        fi
65
        ;;
65
        ;;
66
    msxls)
66
    msxls)
67
        if xlHtml >/dev/null 2>&1; then
67
        if xlhtml >/dev/null 2>&1; then
68
            tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XXXXXX`
68
            tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XXXXXX`
69
            xlhtml -a "${MC_EXT_FILENAME}" > "$tmp/page.html"
69
            xlhtml -a "${MC_EXT_FILENAME}" > "$tmp/page.html"
70
            elinks -dump "$tmp/page.html"
70
            elinks -dump "$tmp/page.html"

Return to bug 35506