use curl like everything else on vendorsetup.sh
Change-Id: I80bd2f98c15450064cd24a5488de12380a98bf71
This commit is contained in:
parent
2b9c7cdd64
commit
60bdf73b47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user