[vlmc-devel] Contribs: Replaced wget by cURL, because the latter is installed by default on OSX

Sebastian Furth git at videolan.org
Wed Feb 16 13:57:43 CET 2011


vlmc | branch: master | Sebastian Furth <sebastian.furth at googlemail.com> | Wed Feb 16 18:44:40 2011 +0530| [0980eb9478330fac2676521a65a7608181361a04] | committer: Rohit Yadav

Contribs: Replaced wget by cURL, because the latter is installed by default on OSX

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=0980eb9478330fac2676521a65a7608181361a04
---

 contribs/contribs-mac.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contribs/contribs-mac.sh b/contribs/contribs-mac.sh
index 0e64606..96e1b04 100644
--- a/contribs/contribs-mac.sh
+++ b/contribs/contribs-mac.sh
@@ -15,13 +15,13 @@ mkdir -p src-dl/
 cd src-dl/
 
 if [ ! -f $VLC_FILE ]; then
-    wget $VLC_URL ;
+    curl -C - -O $VLC_URL ;
 else
     echo "VLC OK";
 fi
 
 if [ ! -f $FREI0R_FILE ]; then
-    wget $FREI0R_URL ;
+    curl -C - -O $FREI0R_URL ;
 else
     echo "FREI0R OK";
 fi



More information about the Vlmc-devel mailing list