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:
parent
16bbb4cbf6
commit
78a0ef9ed8
@ -13,7 +13,7 @@ cat <<EOF
|
|||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<h2>Test report for $lJobName #$lBuildNum</h2>
|
<h2>Test report for $lJobName #$lBuildNum</h2>
|
||||||
EOF
|
EOF
|
||||||
xsltproc $(dirname ${BASH_SOURCE[0]})/testreport.xsl $1;
|
xsltproc "$(dirname ${BASH_SOURCE[0]})/testreport.xsl" "$1";
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user