diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-11-20 07:01:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-11-20 07:01:22 +0100 |
commit | 9caa68f7eae432213a4bf11f806e2e3a58fc2f1d (patch) | |
tree | dd8d5e903640b8c533fa74edaed4f5a394ba1d01 /emacs-gtk2/watch | |
parent | gitignore improvment + remove file to be downloaded if it already exists (diff) | |
download | aur-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/watch')
-rwxr-xr-x | emacs-gtk2/watch | 2 |
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 |