aboutsummaryrefslogtreecommitdiffstats
path: root/pony
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-11-17 07:38:42 +0100
committerMattias Andrée <maandree@operamail.com>2012-11-17 07:38:42 +0100
commitf00517ae7d655f2e22f0738754b5e0fc1a979664 (patch)
tree2d07b290a33508cf5fac74a4dc125030aa039133 /pony
parentauto update watch for dooble (diff)
downloadaur-packages-f00517ae7d655f2e22f0738754b5e0fc1a979664.tar.gz
aur-packages-f00517ae7d655f2e22f0738754b5e0fc1a979664.tar.bz2
aur-packages-f00517ae7d655f2e22f0738754b5e0fc1a979664.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'pony')
-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