Signed-off-by: geraldo netto <[email protected]>
---
 jetty/GET | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jetty/GET b/jetty/GET
index 239a12b..6a6ab82 100755
--- a/jetty/GET
+++ b/jetty/GET
@@ -3,7 +3,7 @@ set -ex
 mkdir upstream
 cd upstream
 JETTY_VERSION="9.2.11.v20150529"
-wget 
"http://eclipse.org/downloads/download.php?file=/jetty/${JETTY_VERSION}/dist/jetty-distribution-${JETTY_VERSION}.tar.gz&r=1";
 -O jetty.tgz
+wget -c 
"http://eclipse.org/downloads/download.php?file=/jetty/${JETTY_VERSION}/dist/jetty-distribution-${JETTY_VERSION}.tar.gz&r=1";
 -O jetty.tgz
 tar zxvf jetty.tgz --strip-components=1
 sed '/<!--$/d;/^ *-->$/d' demo-base/webapps/test.d/override-web.xml 
>/tmp/$$.xml
 mv /tmp/$$.xml demo-base/webapps/test.d/override-web.xml
-- 
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.

Reply via email to