Signed-off-by: geraldo netto <[email protected]> --- jython/GET | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jython/GET b/jython/GET index 9bbc389..cce4ecb 100755 --- a/jython/GET +++ b/jython/GET @@ -1,7 +1,5 @@ #!/usr/bin/env bash -if [ ! -e jython.jar ];then - 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 +wget -c http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.jar -O jython.jar 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.
