Skip to content

Commit

Permalink
quote args to xsltproc
Browse files Browse the repository at this point in the history
  • Loading branch information
ohwgiles committed Sep 20, 2015
1 parent 16bbb4c commit 78a0ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-scripts/format-test-results
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 78a0ef9

Please sign in to comment.