diff options
Diffstat (limited to '')
| -rwxr-xr-x | build | 7 | 
1 files changed, 3 insertions, 4 deletions
| @@ -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 | 
