summaryrefslogtreecommitdiff
path: root/converters/unoconv/files
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-07-09 20:58:00 +0000
committerwiz <wiz@pkgsrc.org>2017-07-09 20:58:00 +0000
commit2bf36b79b6d9ecb78fdd8f17a0f5cfdf512d3151 (patch)
tree4978232b86e3f498fe30849aa29fa96822ccd803 /converters/unoconv/files
parent1ad5350b0029ea4fdb49839d537e8de96e88b12e (diff)
downloadpkgsrc-2bf36b79b6d9ecb78fdd8f17a0f5cfdf512d3151.tar.gz
Better shell quoting.
Diffstat (limited to 'converters/unoconv/files')
-rw-r--r--converters/unoconv/files/unoconv.sh3
1 files changed, 1 insertions, 2 deletions
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 "$@"