aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorAikar <[email protected]>2016-05-12 21:24:19 -0400
committerAikar <[email protected]>2016-05-12 21:24:19 -0400
commit0ebd642d150a361b7dcae2e4989c8687bf0f9735 (patch)
treefffc8f65d076575027a9d0944e45de3c388e8974 /scripts
parent153c12dfb338a9e106bd173133b1dd39890f43e8 (diff)
downloadPaper-0ebd642d150a361b7dcae2e4989c8687bf0f9735.tar.gz
Paper-0ebd642d150a361b7dcae2e4989c8687bf0f9735.zip
Be more targetted with patch deletion
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 10bb3eb9a1..d7eb8c1939 100755
--- a/scripts/rebuildPatches.sh
+++ b/scripts/rebuildPatches.sh
@@ -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