diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-09 20:58:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-09 20:58:00 +0000 |
commit | 2bf36b79b6d9ecb78fdd8f17a0f5cfdf512d3151 (patch) | |
tree | 4978232b86e3f498fe30849aa29fa96822ccd803 /converters/unoconv/files | |
parent | 1ad5350b0029ea4fdb49839d537e8de96e88b12e (diff) | |
download | pkgsrc-2bf36b79b6d9ecb78fdd8f17a0f5cfdf512d3151.tar.gz |
Better shell quoting.
Diffstat (limited to 'converters/unoconv/files')
-rw-r--r-- | converters/unoconv/files/unoconv.sh | 3 |
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 "$@" |