mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
Shell: Add redirections to the formatted command string
This commit is contained in:
committed by
Andreas Kling
parent
a46318d414
commit
384e872ff9
@@ -563,7 +563,7 @@ RefPtr<Job> Shell::run_command(const AST::Command& command)
|
||||
FileDescriptionCollector fds;
|
||||
|
||||
if (options.verbose)
|
||||
warnln("+ {}", m_pid, command);
|
||||
warnln("+ {}", command);
|
||||
|
||||
// If the command is empty, store the redirections and apply them to all later commands.
|
||||
if (command.argv.is_empty() && !command.should_immediately_execute_next) {
|
||||
|
||||
Reference in New Issue
Block a user