From e3024f21fca230b030fb2fe2fde4e768fb8205b3 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Sep 2019 17:01:29 +0200 Subject: Fix build script --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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="" -- cgit v1.2.3