From: geraldo netto <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master

oracle-nosql-db/GET: remove if (wget -c handles it)

Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>

---
diff --git a/oracle-nosql-db/GET b/oracle-nosql-db/GET
--- a/oracle-nosql-db/GET
+++ b/oracle-nosql-db/GET
@@ -3,8 +3,7 @@ set -e
 VERSION=3.0.5
 SRC_DIR=kv-ce-$VERSION
 TARBALL=$SRC_DIR.tar.gz
-if [ ! -e $TARBALL ];then
- wget -c http://download.oracle.com/otn-pub/otn_software/nosql-database/$TARBALL
-fi
+
+wget -c http://download.oracle.com/otn-pub/otn_software/nosql-database/$TARBALL
 rm -rf $SRC_DIR
 tar zxf $TARBALL

--
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