*: mass renaming of USE_XXXX to IF_XXXX
[oweals/busybox.git] / debianutils / run_parts.c
index 7c38fa11f92ac0be075085f474ec69100a0800b3..77fdcccb080db46f5eac5fa59d1cf4ea5c904d50 100644 (file)
@@ -124,7 +124,7 @@ int run_parts_main(int argc UNUSED_PARAM, char **argv)
        /* We require exactly one argument: the directory name */
        /* We require exactly one argument: the directory name */
        opt_complementary = "=1:a::";
-       getopt32(argv, "ra:u:t"USE_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p);
+       getopt32(argv, "ra:u:t"IF_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p);
 
        umask(xstrtou_range(umask_p, 8, 0, 07777));