From 3312c1e03b145b7c7d5fa96a0bb407c5e50f9328 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 31 Mar 2013 17:42:06 +0400 Subject: [PATCH] Cosmetics --- llppac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/llppac b/llppac index 40777c5..0c63b5c 100755 --- a/llppac +++ b/llppac @@ -50,9 +50,9 @@ if test -z $type; then image/vnd.djvu) type="djvu";; text/html) type="html";; application/msword) type="word";; - application/vnd.openxmlformats-officedocument.* \ - | application/vnd.ms-powerpoint \ - | application/vnd.ms-excel \ + application/vnd.openxmlformats-officedocument.* \ + | application/vnd.ms-powerpoint \ + | application/vnd.ms-excel \ | application/vnd.oasis.opendocument.*) type="uno";; image/svg+xml) type="svg";; image/*) type="image";; @@ -84,8 +84,8 @@ case $type in conv='unoconv -o $casp "$1"' };; svg) { - executable_p rsvg-convert \ - && conv='rsvg-convert -f pdf -o $casp' \ + executable_p rsvg-convert \ + && conv='rsvg-convert -f pdf -o $casp' \ || conv='inkscape -z -A $casp -' };; image) conv='convert - pdf:$casp';; -- 2.11.4.GIT