2012-06-12 15:37:46 +02:00
|
|
|
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"
|
2011-10-19 20:31:54 +02:00
|
|
|
|
|
|
|
+ #xsltproc may return no file on empty input, touch it to have it for sure
|
|
|
|
+ touch "$XSLT_PROCESSED"
|
|
|
|
+
|
|
|
|
if [ $? == 4 ]
|
|
|
|
then
|
|
|
|
XSLTOPTS="${XSLTOPTS} --catalogs"
|