From c11eb94130358d03db6ec833d03dc7fd0cc66f72 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Nov 2012 23:23:18 +0100 Subject: watch fix for qtsixa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- qtsixa/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtsixa') diff --git a/qtsixa/watch b/qtsixa/watch index 40b452e..332de0c 100755 --- a/qtsixa/watch +++ b/qtsixa/watch @@ -2,7 +2,7 @@ wget http://sourceforge.net/projects/qtsixa/files/ >/dev/null 2>/dev/null if [ $? = 0 ]; then - grep QtSixA < index.html | md5sum > new-sum + grep 'title="QtSixA' < index.html | md5sum > new-sum touch sum if [ "$(cat sum)" = "$(cat new-sum)" ]; then rm new-sum -- cgit v1.2.3-70-g09d2