mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-25 16:50:17 +01:00
Fix making craftbukkit patches.
This commit is contained in:
parent
01f0122a9e
commit
3d1cdfa2b1
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ for file in $(/bin/ls $cb)
|
|||
do
|
||||
echo "Diffing $file"
|
||||
sed -i 's/\r//' "$nms/$file"
|
||||
sed -i 's/\r//' "$cb/$file"
|
||||
outName=$(echo nms-patches/"$(echo $file | cut -d. -f1)".patch)
|
||||
patchNew=$(diff -u "$nms/$file" "$cb/$file")
|
||||
if [ -f "$outName" ]
|
||||
|
|
Loading…
Reference in a new issue