mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 16:36:03 +02:00
fix parser state with funsubs in PS2 and line continuations; fix for @P transformation in prompt strings
This commit is contained in:
@@ -170,6 +170,9 @@ int debugging_login_shell = 0;
|
||||
/* The environment that the shell passes to other commands. */
|
||||
char **shell_environment;
|
||||
|
||||
/* Non-zero when we are parsing a command, managed by parse_command/parse_comsub */
|
||||
int parsing_command = 0;
|
||||
|
||||
/* Non-zero when we are executing a top-level command. */
|
||||
int executing = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user