diff options
Diffstat (limited to 'debianutils/run_parts.c')
-rw-r--r-- | debianutils/run_parts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 7c38fa11f..77fdcccb0 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -124,7 +124,7 @@ int run_parts_main(int argc UNUSED_PARAM, char **argv) | |||
124 | /* We require exactly one argument: the directory name */ | 124 | /* We require exactly one argument: the directory name */ |
125 | /* We require exactly one argument: the directory name */ | 125 | /* We require exactly one argument: the directory name */ |
126 | opt_complementary = "=1:a::"; | 126 | opt_complementary = "=1:a::"; |
127 | getopt32(argv, "ra:u:t"USE_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p); | 127 | getopt32(argv, "ra:u:t"IF_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p); |
128 | 128 | ||
129 | umask(xstrtou_range(umask_p, 8, 0, 07777)); | 129 | umask(xstrtou_range(umask_p, 8, 0, 07777)); |
130 | 130 | ||