fix for optimizing forks away if bash -ic command is executed

This commit is contained in:
Chet Ramey
2023-06-12 17:46:30 -04:00
parent a629483b0e
commit d44a45afbc
8 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -43,8 +43,8 @@
#include <ctype.h>
/* System-specific feature definitions and include files. */
#include "rldefs.h"
#include "rlmbutil.h"
#include "rldefs.h"
#if defined (TIOCSTAT_IN_SYS_IOCTL)
# include <sys/ioctl.h>