commit bash-20180406 snapshot

This commit is contained in:
Chet Ramey
2018-04-12 15:09:21 -04:00
parent 13b0033c46
commit d155fbc5fd
20 changed files with 294 additions and 24 deletions
+2 -1
View File
@@ -4946,7 +4946,8 @@ read_token_word (character)
strcpy (token + token_index, ttok);
token_index += ttoklen;
all_digit_token = 0;
quoted = 1;
if (character != '`')
quoted = 1;
dollar_present |= (character == '"' && strchr (ttok, '$') != 0);
FREE (ttok);
goto next_character;