From: Paul Hänsch Date: Wed, 28 Nov 2018 15:53:09 +0000 (+0100) Subject: typo X-Git-Url: http://git.plutz.net/?p=invoices;a=commitdiff_plain;h=9ca8d2f3992f2009e988321dc3066e482cc8d12b typo --- diff --git a/odtgen.sh b/odtgen.sh index c0f2448..ed1eb8e 100755 --- a/odtgen.sh +++ b/odtgen.sh @@ -286,7 +286,7 @@ genodt(){ genpdf(){ local id="$1" genodt "$id" - writer --convert-to pdf --outdir "export/" "export/${id}.odt" >/dev/null + lowriter --convert-to pdf --outdir "export/" "export/${id}.odt" >/dev/null rm "export/${id}.odt" }