mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 17:09:50 +02:00
updated translations; back out change allowing quoted characters and process substitution words in function names; rework readline change for GNU Hurd and ncurses
This commit is contained in:
@@ -5535,7 +5535,11 @@ read_token_word (int character)
|
||||
strcpy (token + token_index, ttok);
|
||||
token_index += ttoklen;
|
||||
FREE (ttok);
|
||||
#if 0 /*TAG: bash-5.4 kre@munnari.oz.au 6/12/2025 */
|
||||
dollar_present |= character == '$';
|
||||
#else
|
||||
dollar_present = 1;
|
||||
#endif
|
||||
all_digit_token = 0;
|
||||
goto next_character;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user