From 666f8cb5be478fb7dbecee263d501feffab40928 Mon Sep 17 00:00:00 2001 From: sreehari prasad <52113972+matrixhead@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:41:17 +0530 Subject: [PATCH] Update src/uu/mv/src/mv.rs Co-authored-by: Sylvestre Ledru --- src/uu/mv/src/mv.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uu/mv/src/mv.rs b/src/uu/mv/src/mv.rs index 2931e214411..a078cf4286c 100644 --- a/src/uu/mv/src/mv.rs +++ b/src/uu/mv/src/mv.rs @@ -285,6 +285,7 @@ fn parse_paths(files: &[OsString], opts: &Options) -> Vec { } } /// Handles moving files from a source path to a target path based on the provided options. + fn handle_two_paths( source: &Path, target: &Path,