diff options
Diffstat (limited to 'src/run/mod.rs')
| -rw-r--r-- | src/run/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run/mod.rs b/src/run/mod.rs index 1880e8d..c9a156d 100644 --- a/src/run/mod.rs +++ b/src/run/mod.rs @@ -60,7 +60,7 @@ impl<'a> Executor<'a> { let mut prev_reader = None; let mut spawn_error = false; - let mut last_output = ArcWriter::new(); + let last_output = ArcWriter::new(); let mut last_is_command = false; let pipelen = pipes.cmds.len(); |
