use curl like everything else on vendorsetup.sh

Change-Id: I80bd2f98c15450064cd24a5488de12380a98bf71
This commit is contained in:
Koushik Dutta 2013-04-15 11:19:12 -07:00
parent 2b9c7cdd64
commit 60bdf73b47
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
for combo in $(wget -o /dev/null -O - https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-10.1 | awk {'print $1'})
for combo in $(curl https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-10.1 | awk {'print $1'})
do
add_lunch_combo $combo
done