1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 02:34:30 +01:00

Be more targetted with patch deletion

This commit is contained in:
Aikar 2016-05-12 21:24:19 -04:00
parent 3b4f1c9497
commit 9bba4a53e5

View file

@ -41,7 +41,7 @@ function savePatches {
for i in $(seq -w 1 1 $last)
do
if [ $i -lt $next ]; then
rm 0$i-*
rm 0${i}-*.patch
fi
done
else