commit bash-20141212 snapshot

This commit is contained in:
Chet Ramey
2015-01-12 10:51:28 -05:00
parent 8742afefb5
commit ca4a0ec2ed
20 changed files with 11498 additions and 9 deletions
+3
View File
@@ -2819,6 +2819,9 @@ time_command_acceptable ()
case 0:
case ';':
case '\n':
if (token_before_that == '|')
return (0);
/* FALLTHROUGH */
case AND_AND:
case OR_OR:
case '&':