From a0644d9c808b4d9ac8ff41352fbddcb3f2228e0a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 13 Sep 2013 16:08:00 +0200 Subject: Convert zsh script to posix sh --- build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'build') 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 -- cgit v1.2.3