SHA256
1
0
forked from pool/xmlto
xmlto/xmlto-lynx-empty-file.patch

15 lines
417 B
Diff

Index: xmlto.in
===================================================================
--- xmlto.in.orig
+++ xmlto.in
@@ -584,6 +584,9 @@ else
#xsltproc may return no file on empty input, touch it to have it for sure
touch "$XSLT_PROCESSED"
+ #xsltproc may return no file on empty input, touch it to have it for sure
+ touch "$XSLT_PROCESSED"
+
if [ $? == 4 ]
then
XSLTOPTS="${XSLTOPTS} --catalogs"