commit bash-20180504 snapshot

This commit is contained in:
Chet Ramey
2018-05-08 14:27:28 -04:00
parent 2afeb2af6a
commit 96b7e26874
13 changed files with 190 additions and 45 deletions
+1 -1
View File
@@ -4147,7 +4147,7 @@ bash_execute_unix_command (count, key)
array_needs_making = 1;
save_parser_state (&ps);
r = parse_and_execute (cmd, "bash_execute_unix_command", SEVAL_NOHIST|SEVAL_NOFREE);
r = parse_and_execute (savestring (cmd), "bash_execute_unix_command", SEVAL_NOHIST|SEVAL_NOFREE);
restore_parser_state (&ps);
v = find_variable ("READLINE_LINE");