Be more targetted with patch deletion

This commit is contained in:
Aikar 2016-05-12 21:24:19 -04:00
parent 153c12dfb3
commit 0ebd642d15
1 changed files with 1 additions and 1 deletions

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