Fix build script

This commit is contained in:
Adam Stankiewicz
2019-09-04 17:01:29 +02:00
parent 31d757fc7b
commit e3024f21fc
6 changed files with 164 additions and 70 deletions

2
build
View File

@@ -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=""