From 2bf36b79b6d9ecb78fdd8f17a0f5cfdf512d3151 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 9 Jul 2017 20:58:00 +0000 Subject: Better shell quoting. --- converters/unoconv/files/unoconv.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'converters/unoconv/files') diff --git a/converters/unoconv/files/unoconv.sh b/converters/unoconv/files/unoconv.sh index e4f69133ef2..521d1eceada 100644 --- a/converters/unoconv/files/unoconv.sh +++ b/converters/unoconv/files/unoconv.sh @@ -7,5 +7,4 @@ LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${UNO_PATH} export UNO_PATH export LD_LIBRARY_PATH -${PYTHONBIN} @PREFIX@/libexec/unoconv.py $* - +${PYTHONBIN} @PREFIX@/libexec/unoconv.py "$@" -- cgit v1.2.3