summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Reif <dan.reif@collectivehealth.com>2018-04-30 14:57:13 -0700
committerDan Reif <dan.reif@collectivehealth.com>2018-04-30 14:57:13 -0700
commit565b8b8a2c722bb83e7e8c23dd4e231e7e339652 (patch)
treee2abdcfcd9b8d8450332306333e5e14e22220b27
parent9f13bb7354a29dda5ca2cd149baa6bb7dab3dd14 (diff)
downloadvim-polyglot-565b8b8a2c722bb83e7e8c23dd4e231e7e339652.tar.gz
vim-polyglot-565b8b8a2c722bb83e7e8c23dd4e231e7e339652.zip
`set et` on `build`
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 05461e30..53326bd5 100755
--- a/build
+++ b/build
@@ -55,8 +55,8 @@ extract() {
output "${subdirs##, })\n"
if (echo "julia coffee-script elixir fish git plantuml scala swift" | fgrep -q "$name"); then
- echo "Skipping ftdetect installation of $name"
- continue
+ echo "Skipping ftdetect installation of $name"
+ continue
fi
[ -d "${dir}/ftdetect" ] && for f in "${dir}/ftdetect/"*; do