summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-09-11 13:42:21 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-09-11 13:42:21 +0200
commit7575da2064c81f4d44cd5a10cc419e8fb97a2dba (patch)
tree8be7f9f5c93235e2360f0e08f87db6f015937d2e /build
parent9b239101032ad3c08b2ec11d31e1845f8aa4ecac (diff)
downloadvim-polyglot-7575da2064c81f4d44cd5a10cc419e8fb97a2dba.tar.gz
vim-polyglot-7575da2064c81f4d44cd5a10cc419e8fb97a2dba.zip
Update
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index e428fc74..a63a0f52 100755
--- a/build
+++ b/build
@@ -7,6 +7,7 @@ DIRS_BASIC="syntax compiler indent ftdetect after/syntax after/indent after/ftde
DIRS_ALL="syntax indent compiler autoload ftplugin ftdetect after"
DIRS_SYNTAX="syntax ftdetect after/syntax after/ftdetect"
DIRS_JAVASCRIPT="${DIRS} extras"
+DIRS_RM="$DIRS_JAVASCRIPT"
OUTPUT=""
@@ -195,7 +196,7 @@ PACKS="
"
rm -rf tmp
-rm -rf $DIRS_ALL
+rm -rf $DIRS_RM
mkdir tmp
printf "Downloading packs..."