aboutsummaryrefslogtreecommitdiffstats
path: root/emacs-gtk2
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 /emacs-gtk2
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 'emacs-gtk2')
-rwxr-xr-xemacs-gtk2/watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-gtk2/watch b/emacs-gtk2/watch
index 50e5aad..fe196c5 100755
--- a/emacs-gtk2/watch
+++ b/emacs-gtk2/watch
@@ -23,7 +23,7 @@ if [ $? = 0 ]; then
mv emacs.install.upstream.{new,old}
echo 'emacs-gtk2'
fi
-elif [ ! -f unfetchable ]
+elif [ ! -f unfetchable ]; then
touch unfetchable
echo 'emacs-gtk2 (unfetchable)'
fi