From 8af9ee5c7565ab5036bd8d8c9f578fd0b8dab61f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Apr 2013 23:29:20 +0200 Subject: new version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dooble/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dooble/watch') diff --git a/dooble/watch b/dooble/watch index a30860d..ed3c5c0 100755 --- a/dooble/watch +++ b/dooble/watch @@ -4,7 +4,7 @@ wget http://dooble.sourceforge.net/ >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable - grep Release < index.html | md5sum > new-sum + grep 'has been released' < index.html | md5sum > new-sum touch sum if [ "$(cat sum)" = "$(cat new-sum)" ]; then rm new-sum -- cgit v1.2.3-70-g09d2