Allow use of # to skip packages being built (for testing)

This commit is contained in:
Dan Reif 2018-04-30 16:43:12 -07:00
parent 565b8b8a2c
commit d9b11ed072

4
build
View File

@ -234,8 +234,8 @@ rm -rf $DIRS_RM
mkdir tmp
printf "Downloading packs..."
download "$PACKS"
extract "$PACKS"
download "$(sed '/^#/d' <<<"$PACKS")"
extract "$(sed '/^#/d' <<<"$PACKS")"
update_readme
rm -rf tmp