Convert zsh script to posix sh
This commit is contained in:
parent
880f3248e0
commit
a0644d9c80
7
build
7
build
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user