aboutsummaryrefslogtreecommitdiffstats
path: root/cedilla
diff options
context:
space:
mode:
Diffstat (limited to 'cedilla')
-rwxr-xr-xcedilla/watch4
1 files changed, 3 insertions, 1 deletions
diff --git a/cedilla/watch b/cedilla/watch
index daab691..f319765 100755
--- a/cedilla/watch
+++ b/cedilla/watch
@@ -2,6 +2,7 @@
wget 'http://www.pps.univ-paris-diderot.fr/~jch/software/cedilla/NEWS.text' >/dev/null 2>/dev/null
if [ $? = 0 ]; then
+ [ -f unfetchable ] && rm unfetchable
md5sum < NEWS.text > new-sum
touch sum
if [ "$(cat sum)" = "$(cat new-sum)" ]; then
@@ -11,7 +12,8 @@ if [ $? = 0 ]; then
echo 'cedilla'
fi
rm NEWS.text
-else
+elif [ ! -f unfetchable ]
+ touch unfetchable
echo 'cedilla (unfetchable)'
fi