Bash-4.3 patch 38
This commit is contained in:
parent
1cfd8d27f6
commit
af61c5494b
3 changed files with 13 additions and 3 deletions
7
y.tab.c
7
y.tab.c
|
@ -5130,11 +5130,16 @@ time_command_acceptable ()
|
|||
case AND_AND:
|
||||
case OR_OR:
|
||||
case '&':
|
||||
case WHILE:
|
||||
case DO:
|
||||
case UNTIL:
|
||||
case IF:
|
||||
case THEN:
|
||||
case ELIF:
|
||||
case ELSE:
|
||||
case '{': /* } */
|
||||
case '(': /* ) */
|
||||
case '(': /* )( */
|
||||
case ')': /* only valid in case statement */
|
||||
case BANG: /* ! time pipeline */
|
||||
case TIME: /* time time pipeline */
|
||||
case TIMEOPT: /* time -p time pipeline */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue