commit bash-20190125 snapshot

This commit is contained in:
Chet Ramey
2019-01-30 14:38:09 -05:00
parent cb7da4469b
commit ca5d21091b
11 changed files with 93 additions and 13 deletions
+1
View File
@@ -186,6 +186,7 @@ typedef struct element {
#define CMD_COPROC_SUBSHELL 0x1000
#define CMD_LASTPIPE 0x2000
#define CMD_STDPATH 0x4000 /* use standard path for command lookup */
#define CMD_TRY_OPTIMIZING 0x8000 /* try to optimize this simple command */
/* What a command looks like. */
typedef struct command {