summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-25 16:32:32 +0000
committerJim Meyering <jim@meyering.net>2002-04-25 16:32:32 +0000
commitbbd396f52fe205bf01dc7ccc7366ff653f5f8aec (patch)
treeffbd0de69e8c8d5436b0411d40de3e2667d78c0a /src/mv.c
parent2a15b5cbc4c0b763a8bdc9a33f1e5a372de01ecc (diff)
downloadcoreutils-bbd396f52fe205bf01dc7ccc7366ff653f5f8aec.tar.xz
Revert last change.
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mv.c b/src/mv.c
index 2841534c0..4fcebb80e 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -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 (&rm_options);
+ remove_init ();
fspec_init_file (&fs, dir_to_remove);