1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
This commit is contained in:
Jim Meyering
1994-10-08 00:34:54 +00:00
parent 0eb406c7e6
commit 5a31cea3d4
10 changed files with 67 additions and 16 deletions

View File

@@ -103,7 +103,10 @@ main (argc, argv)
usage (0);
if (optind == argc)
usage (1);
{
error (0, 0, "too few arguments");
usage (1);
}
newmode = 0777 & ~umask (0);
parent_mode = newmode | 0300; /* u+wx */