aboutsummaryrefslogtreecommitdiffstats
path: root/pony/watch
diff options
context:
space:
mode:
Diffstat (limited to 'pony/watch')
-rwxr-xr-xpony/watch1
1 files changed, 1 insertions, 0 deletions
diff --git a/pony/watch b/pony/watch
index c8a8af5..e7e4123 100755
--- a/pony/watch
+++ b/pony/watch
@@ -3,6 +3,7 @@
wget http://hackage.haskell.org/package/pony >/dev/null 2>/dev/null
if [ $? = 0 ]; then
md5sum < pony > new-sum
+ touch sum
if [ "$(cat sum)" = "$(cat new-sum)" ]; then
rm new-sum
else