1.16.1 prep

This commit is contained in:
Aikar 2020-06-24 21:10:30 -04:00
parent a28f80090e
commit 6c87b85dd1
No known key found for this signature in database
GPG key ID: 401ADFC9891FAAFE
160 changed files with 181 additions and 226 deletions

View file

@ -9,7 +9,7 @@ gitcmd="git -c commit.gpgsign=false -c core.safecrlf=false"
echo "Rebuilding patch files from current fork state..."
nofilter="0"
if [ "$2" = "nofilter" ]; then
if [ "$2" == "nofilter" ] || [ "$2" == "noclean" ]; then
nofilter="1"
fi
function cleanupPatches {