complete initial implementation of nofork command substitution (${ command; })

This commit is contained in:
Chet Ramey
2023-05-15 13:30:18 -04:00
parent c375f8f45f
commit e44e3d50de
42 changed files with 4387 additions and 3516 deletions
+2
View File
@@ -121,6 +121,8 @@ extern void restore_funcarray_state (struct func_array_state *);
extern void uw_restore_funcarray_state (void *);
#endif
extern void uw_lastpipe_cleanup (void *);
extern void bind_lastarg (char *);
extern void uw_dispose_fd_bitmap (void *);