tell curl to be quiet in vendorsetup.sh

Change-Id: I0c2310d40a0a783993cb52ea4424aa873265729a
This commit is contained in:
Matt Mower 2013-04-16 00:17:08 -05:00
parent 60bdf73b47
commit 42f2db905a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
for combo in $(curl https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-10.1 | awk {'print $1'})
for combo in $(curl -s 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