summaryrefslogtreecommitdiffstats
path: root/src/execute/exec_commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/execute/exec_commands.rs')
-rw-r--r--src/execute/exec_commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execute/exec_commands.rs b/src/execute/exec_commands.rs
index 8f7dfc9..20eb811 100644
--- a/src/execute/exec_commands.rs
+++ b/src/execute/exec_commands.rs
@@ -86,6 +86,7 @@ impl ExecCommands {
runtime: runtime.num_nanoseconds().unwrap_or(0) as u64,
exit_value: exit_value,
signal: signal,
+ flags: self.flags,
command: command_buffer.clone(),
}));
}