diff options
-rwxr-xr-x | blender-plugin-vectex/watch | 2 | ||||
-rwxr-xr-x | cedilla/watch | 2 | ||||
-rwxr-xr-x | dooble/watch | 2 | ||||
-rwxr-xr-x | emacs-gtk2/watch | 2 | ||||
-rwxr-xr-x | javagnutar/watch | 2 | ||||
-rwxr-xr-x | pony/watch | 2 | ||||
-rwxr-xr-x | python2-numpydoc/watch | 2 | ||||
-rwxr-xr-x | qtsixa/watch | 2 | ||||
-rwxr-xr-x | rssyl/watch | 2 | ||||
-rwxr-xr-x | xz-java/watch | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/blender-plugin-vectex/watch b/blender-plugin-vectex/watch index 953ad61..7972b5c 100755 --- a/blender-plugin-vectex/watch +++ b/blender-plugin-vectex/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'blender-plugin-vectex' fi rm index.html -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'blender-plugin-vectex (unfetchable)' fi 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 diff --git a/dooble/watch b/dooble/watch index fd24abe..a30860d 100755 --- a/dooble/watch +++ b/dooble/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'dooble' fi rm index.html -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'dooble (unfetchable)' fi 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 diff --git a/javagnutar/watch b/javagnutar/watch index 870a79a..fe43565 100755 --- a/javagnutar/watch +++ b/javagnutar/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'javagnutar' fi rm index.html -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'javagnutar (unfetchable)' fi @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'pony' fi rm pony -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'pony (unfetchable)' fi diff --git a/python2-numpydoc/watch b/python2-numpydoc/watch index f66d1e4..9da2d26 100755 --- a/python2-numpydoc/watch +++ b/python2-numpydoc/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'python2-numpydoc' fi rm index.html -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'python2-numpydoc (unfetchable)' fi diff --git a/qtsixa/watch b/qtsixa/watch index edce4fa..ac78544 100755 --- a/qtsixa/watch +++ b/qtsixa/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'qtsixa' fi rm index.html -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'qtsixa (unfetchable)' fi diff --git a/rssyl/watch b/rssyl/watch index 13b728f..caeb5e8 100755 --- a/rssyl/watch +++ b/rssyl/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'rssyl' fi rm 'plugins.php?branch=EXT' -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'rssyl (unfetchable)' fi diff --git a/xz-java/watch b/xz-java/watch index 129ce7f..ff564b0 100755 --- a/xz-java/watch +++ b/xz-java/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'xz-java' fi rm 'index.html?p=xz-java.git;a=blob_plain;f=NEWS;hb=HEAD' -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'xz-java (unfetchable)' fi |