diff options
Diffstat (limited to 'debianutils/run_parts.c')
-rw-r--r-- | debianutils/run_parts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index c671b9252..0bb666abc 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -181,8 +181,8 @@ int run_parts_main(int argc UNUSED_PARAM, char **argv) | |||
181 | applet_long_options = runparts_longopts; | 181 | applet_long_options = runparts_longopts; |
182 | #endif | 182 | #endif |
183 | /* We require exactly one argument: the directory name */ | 183 | /* We require exactly one argument: the directory name */ |
184 | opt_complementary = "=1:a::"; | 184 | opt_complementary = "=1"; |
185 | getopt32(argv, "a:u:", &arg_list, &umask_p); | 185 | getopt32(argv, "a:*u:", &arg_list, &umask_p); |
186 | 186 | ||
187 | umask(xstrtou_range(umask_p, 8, 0, 07777)); | 187 | umask(xstrtou_range(umask_p, 8, 0, 07777)); |
188 | 188 | ||