unconditionally define PGRP_PIPE; fix wait in funsubs; fix REPLY as nameref in varsub; fix crash with parse errors in compound assignments

This commit is contained in:
Chet Ramey
2024-01-14 15:38:36 -05:00
parent 584a2b4c9e
commit f2fdb5e313
14 changed files with 125 additions and 154 deletions
+2
View File
@@ -624,6 +624,8 @@ main (int argc, char **argv, char **env)
gnu_error_format = 1;
}
compat_init ();
top_level_arg_index = arg_index;
old_errexit_flag = exit_immediately_on_error;