1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

quote args to xsltproc

This commit is contained in:
Oliver Giles 2015-09-20 09:23:50 +02:00
parent 16bbb4cbf6
commit 78a0ef9ed8

View File

@ -13,7 +13,7 @@ cat <<EOF
<div class="col-xs-12">
<h2>Test report for $lJobName #$lBuildNum</h2>
EOF
xsltproc $(dirname ${BASH_SOURCE[0]})/testreport.xsl $1;
xsltproc "$(dirname ${BASH_SOURCE[0]})/testreport.xsl" "$1";
cat <<EOF
</div>
</body>