diff options
author | Aikar <[email protected]> | 2020-06-24 21:10:30 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2020-06-24 22:00:02 -0400 |
commit | 6c87b85dd1d026db4a2a2a5b6bcaba8e07c60e10 (patch) | |
tree | c58bc3c3d236750bac44366b20cc6f569d34538f /scripts | |
parent | a28f80090ec6bd48069cac782382d4ea9ea012a8 (diff) | |
download | Paper-6c87b85dd1d026db4a2a2a5b6bcaba8e07c60e10.tar.gz Paper-6c87b85dd1d026db4a2a2a5b6bcaba8e07c60e10.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 { |