summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-15 17:52:27 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-15 17:52:27 -0800
commit84b2764e7cba4b6815fc26d23cb083e30b3e6360 (patch)
treea040c6d035afc4fabb653f76d268b24f91538bd0
parentf490764c5cea3c3dd45d6d45eecdae1a3662d193 (diff)
downloadxmlto-84b2764e7cba4b6815fc26d23cb083e30b3e6360.tar.gz
xmlto-84b2764e7cba4b6815fc26d23cb083e30b3e6360.tar.bz2
xmlto-84b2764e7cba4b6815fc26d23cb083e30b3e6360.zip
xmlto-lynx-empty-file
===================================================================
-rwxr-xr-xxmlto.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlto.in b/xmlto.in
index 41e4afa..00b646d 100755
--- a/xmlto.in
+++ b/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"