diff options
-rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ STYLE_SHEET="/usr/share/xml/docbook/xsl-stylesheets-1.75.1/html/docbook.xsl" if [ ! -r "$STYLE_SHEET" ] ; then STYLE_SHEET=$(find /usr/share/xml -name docbook.xsl | grep /html/) - echo using $STYLE_SHEET instead + printf "\nUsing $STYLE_SHEET \n" fi xsltproc \ |