fix for printf with broken strtold; fix readline reading specified number of multibyte characters; fix read builtin to deal with invalid utf-8 continuation character as delimiter; turn off -n if supplied at interactive shell invocation

This commit is contained in:
Chet Ramey
2024-08-21 16:11:01 -04:00
parent cf694865de
commit e327891b52
1909 changed files with 1048473 additions and 1977 deletions
+2
View File
@@ -671,6 +671,8 @@ main (int argc, char **argv, char **env)
{
change_flag ('i', FLAG_ON);
interactive = 1;
if (forced_interactive == 0)
read_but_dont_execute = 0;
}
#if defined (RESTRICTED_SHELL)