aboutsummaryrefslogtreecommitdiffstats
path: root/cedilla/watch
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-11-20 07:01:22 +0100
committerMattias Andrée <maandree@operamail.com>2012-11-20 07:01:22 +0100
commit9caa68f7eae432213a4bf11f806e2e3a58fc2f1d (patch)
treedd8d5e903640b8c533fa74edaed4f5a394ba1d01 /cedilla/watch
parentgitignore improvment + remove file to be downloaded if it already exists (diff)
downloadaur-packages-9caa68f7eae432213a4bf11f806e2e3a58fc2f1d.tar.gz
aur-packages-9caa68f7eae432213a4bf11f806e2e3a58fc2f1d.tar.bz2
aur-packages-9caa68f7eae432213a4bf11f806e2e3a58fc2f1d.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-xcedilla/watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/cedilla/watch b/cedilla/watch
index b59d99b..c2fa7f1 100755
--- a/cedilla/watch
+++ b/cedilla/watch
@@ -13,7 +13,7 @@ if [ $? = 0 ]; then
echo 'cedilla'
fi
rm NEWS.text
-elif [ ! -f unfetchable ]
+elif [ ! -f unfetchable ]; then
touch unfetchable
echo 'cedilla (unfetchable)'
fi