X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=find.c;h=e814c97b973194370592bfe296e28e0705900214;hb=3a6da8c183142a2681a2382b63e970f457cf807b;hp=15e693ab9acd628b50688a15afd1b24283588d62;hpb=cbe31dace5fb24304694d399b9eb267fbe752516;p=oweals%2Fbusybox.git diff --git a/find.c b/find.c index 15e693ab9..e814c97b9 100644 --- a/find.c +++ b/find.c @@ -143,6 +143,9 @@ int find_main(int argc, char **argv) for (i = firstopt; i < argc; i++) { if (strcmp(argv[i], "-follow") == 0) dereference = TRUE; + else if (strcmp(argv[i], "-print") == 0) { + ; + } else if (strcmp(argv[i], "-name") == 0) { if (++i == argc) error_msg_and_die("option `-name' requires an argument");