aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorAikar <[email protected]>2020-06-24 21:10:30 -0400
committerAikar <[email protected]>2020-06-24 22:00:02 -0400
commit6c87b85dd1d026db4a2a2a5b6bcaba8e07c60e10 (patch)
treec58bc3c3d236750bac44366b20cc6f569d34538f /scripts
parenta28f80090ec6bd48069cac782382d4ea9ea012a8 (diff)
downloadPaper-6c87b85dd1d026db4a2a2a5b6bcaba8e07c60e10.tar.gz
Paper-6c87b85dd1d026db4a2a2a5b6bcaba8e07c60e10.zip
1.16.1 prep
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rebuildPatches.sh2
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 {