summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Reif <dan.reif@collectivehealth.com>2018-04-30 16:43:12 -0700
committerDan Reif <dan.reif@collectivehealth.com>2018-04-30 16:43:12 -0700
commitd9b11ed07276195688552679430ac2eb89ad8f87 (patch)
treef3182c149f2230bd34077e393f3ce175b625c739
parent565b8b8a2c722bb83e7e8c23dd4e231e7e339652 (diff)
downloadvim-polyglot-d9b11ed07276195688552679430ac2eb89ad8f87.tar.gz
vim-polyglot-d9b11ed07276195688552679430ac2eb89ad8f87.zip
Allow use of # to skip packages being built (for testing)
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 53326bd5..4436795e 100755
--- a/build
+++ b/build
@@ -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