remove "git config commit.gpgsign" since it's included in $gitcmd; set encoding to UTF-8; correct scripts file name

This commit is contained in:
ㄗㄠˋ ㄑㄧˊ
2020-04-13 10:27:02 +08:00
parent aff7715bff
commit 8ea17d256c
21 changed files with 48 additions and 66 deletions

View File

@@ -7,7 +7,7 @@ PAPER_API_REPO=""
PAPER_SERVER_REPO=""
MCDEV_REPO=""
gitcmd="git -c commit.gpgsign=false"
gitcmd="git -c commit.gpgsign=false -c core.quotepath=false"
# DIR configure
# resolve shell-specifics
@@ -124,4 +124,4 @@ function containsElement {
[[ "$e" == "$1" ]] && return 0;
done
return 1
}
}