diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 17:01:29 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 17:01:29 +0200 |
commit | e3024f21fca230b030fb2fe2fde4e768fb8205b3 (patch) | |
tree | 6f7b3e8d439338fc1e39d6c49e44eaec8218fe53 /build | |
parent | 31d757fc7b47eed785a64fb6128cc83dd99e0059 (diff) | |
download | vim-polyglot-e3024f21fca230b030fb2fe2fde4e768fb8205b3.tar.gz vim-polyglot-e3024f21fca230b030fb2fe2fde4e768fb8205b3.zip |
Fix build script
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" |