summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-04 17:01:29 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-04 17:01:29 +0200
commite3024f21fca230b030fb2fe2fde4e768fb8205b3 (patch)
tree6f7b3e8d439338fc1e39d6c49e44eaec8218fe53 /build
parent31d757fc7b47eed785a64fb6128cc83dd99e0059 (diff)
downloadvim-polyglot-e3024f21fca230b030fb2fe2fde4e768fb8205b3.tar.gz
vim-polyglot-e3024f21fca230b030fb2fe2fde4e768fb8205b3.zip
Fix build script
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 88af0cf1..71ff6c31 100755
--- a/build
+++ b/build
@@ -12,7 +12,7 @@ DIRS_SYNTAX="syntax indent after/syntax after/indent"
# shellcheck disable=SC2034
DIRS_NOAFTER="syntax compiler indent autoload ftplugin"
DIRS_JAVASCRIPT="${DIRS} extras"
-read -r -a DIRS_RM <<<"$DIRS_JAVASCRIPT"
+read -r -a DIRS_RM <<<"$DIRS_ALL"
OUTPUT=""