summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vendorsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendorsetup.sh b/vendorsetup.sh
index f052d41..20f8252 100644
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -1,4 +1,4 @@
-for combo in $(wget -o /dev/null -O - https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | grep cm-10.1 | awk {'print $1'})
+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'})
do
add_lunch_combo $combo
done