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 21:10:30 -0400
commite212d4bb1910adf1efd0be1eab9b206439754187 (patch)
tree17a4bf0a0aab1b616b066ec405e2453400117e24 /scripts
parent872f10bf7b9d250166cc298dc448fa46f232182e (diff)
downloadPaper-e212d4bb1910adf1efd0be1eab9b206439754187.tar.gz
Paper-e212d4bb1910adf1efd0be1eab9b206439754187.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 {