pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/unoconv/files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul  9 20:58:00 UTC 2017

Modified Files:
        pkgsrc/converters/unoconv/files: unoconv.sh

Log Message:
Better shell quoting.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/unoconv/files/unoconv.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/unoconv/files/unoconv.sh
diff -u pkgsrc/converters/unoconv/files/unoconv.sh:1.1 pkgsrc/converters/unoconv/files/unoconv.sh:1.2
--- pkgsrc/converters/unoconv/files/unoconv.sh:1.1      Sun Jul  9 14:13:54 2017
+++ pkgsrc/converters/unoconv/files/unoconv.sh  Sun Jul  9 20:58:00 2017
@@ -7,5 +7,4 @@ LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${UNO
 export UNO_PATH
 export LD_LIBRARY_PATH
 
-${PYTHONBIN} @PREFIX@/libexec/unoconv.py $*
-
+${PYTHONBIN} @PREFIX@/libexec/unoconv.py "$@"



Home | Main Index | Thread Index | Old Index