mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 07:23:52 +02:00
commit bash-20200504 snapshot
This commit is contained in:
@@ -1434,7 +1434,7 @@ run_one_command (command)
|
||||
command_error ("run_one_command", CMDERR_BADJUMP, code, 0);
|
||||
}
|
||||
}
|
||||
return (parse_and_execute (savestring (command), "-c", SEVAL_NOHIST));
|
||||
return (parse_and_execute (savestring (command), "-c", SEVAL_NOHIST|SEVAL_RESETLINE));
|
||||
}
|
||||
#endif /* ONESHOT */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user