remove (' from chars that can follow ${' command substitution; fix for empty command substitutions; fix for adding incomplete command substitutions to history; fix for function source file with -c command; fix for EOF at PS2 when ignoreeof is set

This commit is contained in:
Chet Ramey
2023-05-26 17:29:41 -04:00
parent 782af56204
commit e252024788
29 changed files with 10680 additions and 10512 deletions
+1 -1
View File
@@ -751,7 +751,7 @@ main (int argc, char **argv, char **env)
start_debugger ();
#if defined (ONESHOT)
executing = 1;
executing = shell_initialized = 1;
run_one_command (command_execution_string);
exit_shell (last_command_exit_value);
#else /* ONESHOT */