From ed838c747e645ed0fd38bc6d1e7e783653f70f04 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Thu, 9 Aug 2012 19:05:11 +0200 Subject: [PATCH] added removal of faulty lines in front of the xml --- sitespeed.io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitespeed.io b/sitespeed.io index 2875d6942..3b81cadf3 100755 --- a/sitespeed.io +++ b/sitespeed.io @@ -82,7 +82,7 @@ do echo "Analyzing $i" phantomjs dependencies/yslow.js -f xml "$i" >>"$REPORT_DATA_PAGES_DIR/$pagefilename.xml" # Sometimes the yslow script adds output before the xml tag, should probably be reported ... - ## sed -i "" 's/^.*//g' $REPORT_DATA_PAGES_DIR/$pagefilename.xml