diff options
Diffstat (limited to 'python2-numpydoc/watch')
-rwxr-xr-x | python2-numpydoc/watch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |