summaryrefslogtreecommitdiff
path: root/y.tab.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2015-05-19 15:49:39 -0400
committerChet Ramey <chet.ramey@case.edu>2015-05-19 15:49:39 -0400
commitaf61c5494bea72c9d43f90838e4b457e4a9dc768 (patch)
tree7954bb975ab2adcfd24e54981424a7105eb2a1b6 /y.tab.c
parent1cfd8d27f67f098b420b7cd9edf95df75f37283a (diff)
downloadbash-af61c5494bea72c9d43f90838e4b457e4a9dc768.tar.gz
Bash-4.3 patch 38
Diffstat (limited to 'y.tab.c')
-rw-r--r--y.tab.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/y.tab.c b/y.tab.c
index 1dbc360d..4141e5dd 100644
--- a/y.tab.c
+++ b/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 */