diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index cc2264770..ba37762a8 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -27,7 +27,7 @@ int rm_main(int argc, char **argv) | |||
27 | unsigned opt; | 27 | unsigned opt; |
28 | 28 | ||
29 | opt_complementary = "f-i:i-f"; | 29 | opt_complementary = "f-i:i-f"; |
30 | opt = getopt32(argc, argv, "fiRr"); | 30 | opt = getopt32(argv, "fiRr"); |
31 | argv += optind; | 31 | argv += optind; |
32 | if (opt & 1) | 32 | if (opt & 1) |
33 | flags |= FILEUTILS_FORCE; | 33 | flags |= FILEUTILS_FORCE; |