mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-28 06:03:06 +02:00
commit bash-20200825 snapshot
This commit is contained in:
+1
-1
@@ -4340,7 +4340,7 @@ bash_execute_unix_command (count, key)
|
||||
|
||||
save_parser_state (&ps);
|
||||
rl_clear_signals ();
|
||||
r = parse_and_execute (savestring (cmd), "bash_execute_unix_command", SEVAL_NOHIST|SEVAL_NOFREE);
|
||||
r = parse_and_execute (savestring (cmd), "bash_execute_unix_command", SEVAL_NOHIST);
|
||||
rl_set_signals ();
|
||||
restore_parser_state (&ps);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user