summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/build b/build
index 62506e05..efee1441 100755
--- a/build
+++ b/build
@@ -1,12 +1,11 @@
-#!/usr/bin/env zsh
+#!/bin/sh
set -E
-setopt extended_glob
-DIRS=(
+DIRS="
syntax indent ftplugin ftdetect autoload compiler
after/syntax after/indent after/ftplugin after/ftdetect
-)
+"
copy_dir() {
if [ -d "$1/$2" ]; then