diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-25 16:32:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-25 16:32:32 +0000 |
commit | bbd396f52fe205bf01dc7ccc7366ff653f5f8aec (patch) | |
tree | ffbd0de69e8c8d5436b0411d40de3e2667d78c0a /src | |
parent | 2a15b5cbc4c0b763a8bdc9a33f1e5a372de01ecc (diff) | |
download | coreutils-bbd396f52fe205bf01dc7ccc7366ff653f5f8aec.tar.xz |
Revert last change.
Diffstat (limited to 'src')
-rw-r--r-- | src/mv.c | 2 | ||||
-rw-r--r-- | src/rm.c | 2 |
2 files changed, 2 insertions, 2 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 (&rm_options); + remove_init (); fspec_init_file (&fs, dir_to_remove); @@ -185,7 +185,7 @@ main (int argc, char **argv) } } - remove_init (&x); + remove_init (); { struct stat cwd_sb; |