mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Fix newline inconsistencies from libraries
This commit is contained in:
@@ -46,7 +46,7 @@ function importLibrary {
|
||||
exit 1
|
||||
fi
|
||||
export MODLOG="$MODLOG Imported $file from $lib\n";
|
||||
cp "$base" "$target" || exit 1
|
||||
sed 's/\r$//' "$base" > "$target" || exit 1
|
||||
done
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user