1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

(main): If -f is given, don't complain if no file args are given.

This commit is contained in:
Jim Meyering
1993-03-28 16:29:03 +00:00
parent a34d7ff0ac
commit 7735ccac5e
+5
View File
@@ -130,7 +130,12 @@ main (argc, argv)
}
if (optind == argc)
{
if (ignore_missing_files)
exit (0);
else
usage ();
}
stdin_tty = isatty (0);