diff options
-rwxr-xr-x | python2-numpydoc [disowned]/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2-numpydoc [disowned]/watch b/python2-numpydoc [disowned]/watch index d51351b..fb27a53 100755 --- a/python2-numpydoc [disowned]/watch +++ b/python2-numpydoc [disowned]/watch @@ -1,7 +1,7 @@ #!/bin/sh [ -f 'index.html' ] && rm 'index.html' -wget https://pypi.python.org/pypi/numpydoc >/dev/null 2>/dev/null +wget https://pypi.python.org/pypi/numpydoc -O numpydoc >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable grep numpydoc- < index.html | md5sum > new-sum |