small change on how to create the path to the BT XML file #337

This commit is contained in:
soulgalore 2013-12-31 14:25:22 +01:00
parent 2747d99af0
commit 9ce78745b1
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ do
## If collecting the metrics went ok, then use it!
if [ -e "$REPORT_DATA_METRICS_DIR/$pagefilename.xml" ]
then
EXTRA=",$REPORT_DATA_METRICS_DIR/$pagefilename.xml"
EXTRA=,"$REPORT_DATA_METRICS_DIR/$pagefilename.xml"
fi
fi