diff options
Diffstat (limited to 'emacs-clojure-mode-git/watch')
-rwxr-xr-x | emacs-clojure-mode-git/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-clojure-mode-git/watch b/emacs-clojure-mode-git/watch index ae058d9..eb2b51d 100755 --- a/emacs-clojure-mode-git/watch +++ b/emacs-clojure-mode-git/watch @@ -2,7 +2,7 @@ [ -f tags ] && rm tags -wget 'https://github.com/technomancy/clojure-mode/tags' -O - | grep tag-name | grep -Po '>.*</' > tags 2>/dev/null +wget 'https://github.com/technomancy/clojure-mode/tags' -O - 2>/dev/null | grep tag-name | grep -Po '>.*</' > tags if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable |