mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
several fixes for printing readline key bindings and macro values containing characters with the high bit set
This commit is contained in:
+1
-1
@@ -4729,7 +4729,7 @@ run_builtin:
|
||||
setup_async_signals ();
|
||||
}
|
||||
|
||||
if (async == 0)
|
||||
if (async == 0) /* XXX why async == 0? */
|
||||
subshell_level++;
|
||||
execute_subshell_builtin_or_function
|
||||
(words, simple_command->redirects, builtin, func,
|
||||
|
||||
Reference in New Issue
Block a user