aboutsummaryrefslogtreecommitdiffstats
path: root/blender-plugin-vectex/watch
diff options
context:
space:
mode:
Diffstat (limited to 'blender-plugin-vectex/watch')
-rwxr-xr-xblender-plugin-vectex/watch4
1 files changed, 3 insertions, 1 deletions
diff --git a/blender-plugin-vectex/watch b/blender-plugin-vectex/watch
index 21bc8a0..f1502d2 100755
--- a/blender-plugin-vectex/watch
+++ b/blender-plugin-vectex/watch
@@ -2,6 +2,7 @@
wget http://code.google.com/p/vectex/ >/dev/null 2>/dev/null
if [ $? = 0 ]; then
+ [ -f unfetchable ] && rm unfetchable
grep release < index.html | md5sum > new-sum
touch sum
if [ "$(cat sum)" = "$(cat new-sum)" ]; then
@@ -11,7 +12,8 @@ if [ $? = 0 ]; then
echo 'blender-plugin-vectex'
fi
rm index.html
-else
+elif [ ! -f unfetchable ]
+ touch unfetchable
echo 'blender-plugin-vectex (unfetchable)'
fi