Signed-off-by: geraldo netto <[email protected]> --- jython/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jython/GET b/jython/GET index 0056ff4..9bbc389 100755 --- a/jython/GET +++ b/jython/GET @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [ ! -e jython.jar ];then - wget get http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.jar -O jython.jar + wget -c http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.jar -O jython.jar fi exit 0 -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
