Skip to content

Commit

Permalink
Merge pull request #27 from Konfekt/lesspipe
Browse files Browse the repository at this point in the history
MS Word 2007+ converter: fix oversight
  • Loading branch information
Konfekt authored Jul 6, 2019
2 parents 34c6846 + d3b989d commit b4f8e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesspipe.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ isfinal() {
elif [[ "$1" = *Microsoft\ Word\ 2007* ]]; then
if cmd_exist docx2txt.pl; then
msg "append $sep to filename to view the raw word document"
docx2txt.pl "$2"
docx2txt.pl "$2" -
else
msg "install docx2txt.pl to view human readable text"
cat "$2"
Expand Down

0 comments on commit b4f8e99

Please sign in to comment.