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:
Chet Ramey
2025-06-16 13:47:40 -04:00
parent 727b8d3663
commit 0f0cea342e
18 changed files with 1355 additions and 1850 deletions
+4
View File
@@ -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;
}