mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-17 00:28:04 +00:00
Previously, copying a file to a directory, like this: ```cp README.md Desktop``` correctly copied it to Desktop/README.md, but would fail if the source was also a directory, for example: ```cp -R Documents Desktop``` Now, that correctly copies it to Desktop/Documents, as you would expect. :^)
2.1 KiB
2.1 KiB