pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/unoconv/files Better shell quoting.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c54fc9a9229e
branches:  trunk
changeset: 365043:c54fc9a9229e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 09 20:58:00 2017 +0000

description:
Better shell quoting.

diffstat:

 converters/unoconv/files/unoconv.sh |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (10 lines):

diff -r 2001d4a92018 -r c54fc9a9229e converters/unoconv/files/unoconv.sh
--- a/converters/unoconv/files/unoconv.sh       Sun Jul 09 20:57:54 2017 +0000
+++ b/converters/unoconv/files/unoconv.sh       Sun Jul 09 20:58:00 2017 +0000
@@ -7,5 +7,4 @@
 export UNO_PATH
 export LD_LIBRARY_PATH
 
-${PYTHONBIN} @PREFIX@/libexec/unoconv.py $*
-
+${PYTHONBIN} @PREFIX@/libexec/unoconv.py "$@"



Home | Main Index | Thread Index | Old Index