diff options
Diffstat (limited to 'emacs-gtk2')
-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 |