commit bash-20180427 snapshot

This commit is contained in:
Chet Ramey
2018-04-30 09:45:04 -04:00
parent fd01c588ad
commit 2afeb2af6a
101 changed files with 17433 additions and 13694 deletions
+3 -1
View File
@@ -5295,6 +5295,7 @@ got_token:
yylval.word = the_word;
/* should we check that quoted == 0 as well? */
if (token[0] == '{' && token[token_index-1] == '}' &&
(character == '<' || character == '>'))
{
@@ -5307,7 +5308,8 @@ got_token:
#endif
{
strcpy (the_word->word, token+1);
/*itrace("read_token_word: returning REDIR_WORD for %s", the_word->word);*/
/* itrace("read_token_word: returning REDIR_WORD for %s", the_word->word); */
yylval.word = the_word; /* accommodate recursive call */
return (REDIR_WORD);
}
else