tell curl to be quiet in vendorsetup.sh
Change-Id: I0c2310d40a0a783993cb52ea4424aa873265729a
diff --git a/vendorsetup.sh b/vendorsetup.sh
index cb45cce..36c7fd9 100644
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -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