1.16.1 prep
This commit is contained in:
parent
a28f80090e
commit
6c87b85dd1
160 changed files with 181 additions and 226 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue