commit bash-20190524 snapshot

This commit is contained in:
Chet Ramey
2019-05-28 10:02:55 -04:00
parent 376c9fe57c
commit 52e4696964
35 changed files with 7537 additions and 7306 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ mkdir_builtin (list)
return (EXECUTION_FAILURE);
}
}
else if (mode)
else /* symbolic mode */
{
/* initial bits are a=rwx; the mode argument modifies them */
omode = parse_symbolic_mode (mode, S_IRWXU | S_IRWXG | S_IRWXO);