diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-22 07:35:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-22 07:35:41 +0000 |
commit | e305ef0fa851ec2f93620dee0ae2e3d8cceac2d4 (patch) | |
tree | aa192eb8006c120d5ef062d449dd0c9e9a515bd0 /src | |
parent | f1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9 (diff) | |
download | coreutils-e305ef0fa851ec2f93620dee0ae2e3d8cceac2d4.tar.xz |
(do_move): Adjust caller of remove_init.
Diffstat (limited to 'src')
-rw-r--r-- | src/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -258,7 +258,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x) rm_option_init (&rm_options); rm_options.verbose = x->verbose; - remove_init (); + remove_init (&rm_options); fspec_init_file (&fs, dir_to_remove); |