mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
fix for race condition with process creation and terminal process group; changes to printf builtin for multibyte characters
This commit is contained in:
@@ -126,7 +126,7 @@ finfo_main(int argc, char **argv)
|
||||
case 'p': flags |= OPT_PERM; break;
|
||||
case 'P':
|
||||
flags |= OPT_PMASK;
|
||||
pmask = octal(sh_optarg);
|
||||
pmask = read_octal(sh_optarg);
|
||||
if (pmask < 0) {
|
||||
builtin_error ("invalid mode: %s", sh_optarg);
|
||||
return(1);
|
||||
|
||||
Reference in New Issue
Block a user