From eb4a786026c6be4479dd4a5acf1bd987414f90f8 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 20 Jun 2021 16:19:02 +0300 Subject: [PATCH] Precede antiword1's formatted text output with a

---
 misc/llppac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/llppac b/misc/llppac
index 83dab74..bd223bd 100755
--- a/misc/llppac
+++ b/misc/llppac
@@ -125,7 +125,7 @@ case $type in
         else
             missing antiword "antiword or unoconv"
             caspsuf=".html"
-            conv='antiword -m UTF-8.txt -f - >"$casp"'
+            conv='{ echo "
"; antiword -m UTF-8.txt -f -; }  >"$casp"'
         fi
         ;;
     uno)
-- 
2.11.4.GIT