ladybird/Userland
r-paiva 90b6f999e5 Utilities: Fix mv command requesting incorrect path
When moving multiple files by using *, e.g.,: mv * /new_path/
If there was an error while trying to move a file to the new path
the next file in the file list to be moved would have its path
incorrectly set.

- Fixed mv loop to always append the correct path to the destination
path.
- Added proper error message when mv fails.
2021-05-08 15:22:47 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications LibGUI+TextEditor: Make TextDocument modified state track undo stack 2021-05-08 13:49:34 +02:00
Demos Demos: Add OpenGL teapot demo :^) 2021-05-08 10:13:22 +02:00
DevTools LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor 2021-05-08 13:49:34 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Chess+Help: Remove erroneous ampersand from app name 2021-05-07 20:37:28 +01:00
Libraries LibGUI: Add missing <AK/Function.h> include 2021-05-08 13:19:24 +01:00
Services Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Shell Shell: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Utilities Utilities: Fix mv command requesting incorrect path 2021-05-08 15:22:47 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00