diff options
-rw-r--r-- | src/mv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -88,7 +88,6 @@ rm_option_init (struct rm_options *x) { x->unlink_dirs = 0; - /* FIXME: maybe this should be 1. The POSIX spec doesn't specify. */ x->ignore_missing_files = 0; x->recursive = 1; |