Convert zsh script to posix sh

This commit is contained in:
Adam Stankiewicz 2013-09-13 16:08:00 +02:00
parent 880f3248e0
commit a0644d9c80

7
build
View File

@ -1,12 +1,11 @@
#!/usr/bin/env zsh #!/bin/sh
set -E set -E
setopt extended_glob
DIRS=( DIRS="
syntax indent ftplugin ftdetect autoload compiler syntax indent ftplugin ftdetect autoload compiler
after/syntax after/indent after/ftplugin after/ftdetect after/syntax after/indent after/ftplugin after/ftdetect
) "
copy_dir() { copy_dir() {
if [ -d "$1/$2" ]; then if [ -d "$1/$2" ]; then