diff options
author | Aikar <[email protected]> | 2020-06-24 21:10:30 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2020-06-24 21:10:30 -0400 |
commit | e212d4bb1910adf1efd0be1eab9b206439754187 (patch) | |
tree | 17a4bf0a0aab1b616b066ec405e2453400117e24 /scripts | |
parent | 872f10bf7b9d250166cc298dc448fa46f232182e (diff) | |
download | Paper-e212d4bb1910adf1efd0be1eab9b206439754187.tar.gz Paper-e212d4bb1910adf1efd0be1eab9b206439754187.zip |
1.16.1 prep
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rebuildPatches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rebuildPatches.sh b/scripts/rebuildPatches.sh index 7dd38d46fd..df1934b491 100755 --- a/scripts/rebuildPatches.sh +++ b/scripts/rebuildPatches.sh @@ -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 { |