mirror of
https://github.com/rclone/rclone.git
synced 2025-03-16 01:45:20 +08:00

Before this change, the MoveCaseInsensitive logic in operations.move made the assumption that dst != nil && remote != "". After this change, it should work correctly when either one is present without the other.