diff options
-rwxr-xr-x | qtsixa/watch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |