Bash-4.3 patch 38

This commit is contained in:
Chet Ramey 2015-05-19 15:49:39 -04:00
commit af61c5494b
3 changed files with 13 additions and 3 deletions

View file

@ -2818,11 +2818,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 */