From 3e824a1698417cba1ae15124bb7c3b5d00b4476b Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Mon, 13 Aug 2012 21:43:10 +0200 Subject: [PATCH] forgot to remove the grep --- sitespeed.io | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitespeed.io b/sitespeed.io index 642167fd5..455643902 100755 --- a/sitespeed.io +++ b/sitespeed.io @@ -75,8 +75,8 @@ do if [[ $line == --* ]] then ## We are hitting the same url twice since spider mode, however, we should only use it when it's verified - echo "$line" | grep -E "\-\-\d{4}" | cut -d " " -f 4 - echo "$line" | grep -E "\-\-\d{4}" | cut -d " " -f 4 >> $REPORT_DATA_DIR/urls.txt + echo "$line" | cut -d " " -f 4 + echo "$line" | cut -d " " -f 4 >> $REPORT_DATA_DIR/urls.txt fi done