From: geraldo netto <geraldone...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

redis-memonly/GET: use wget -c

Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-38-git-send-email-geraldone...@gmail.com>

---
diff --git a/redis-memonly/GET b/redis-memonly/GET
--- a/redis-memonly/GET
+++ b/redis-memonly/GET
@@ -6,7 +6,7 @@ set -e
 VERSION=3.2.8
 mkdir upstream
 cd upstream
-wget https://github.com/antirez/redis/archive/$VERSION.tar.gz
+wget -c https://github.com/antirez/redis/archive/$VERSION.tar.gz
 tar xf $VERSION.tar.gz
 cd redis-$VERSION
 patch -p0 -N < ../../patch

--
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to