Signed-off-by: geraldo netto <[email protected]> --- rhino/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rhino/GET b/rhino/GET index e04b05a..7d4719c 100755 --- a/rhino/GET +++ b/rhino/GET @@ -1,3 +1,3 @@ #!/bin/sh -wget ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R2.zip +wget -c ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R2.zip unzip -x rhino1_7R2.zip -- 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.
