summaryrefslogtreecommitdiffstats
path: root/src/shell/history/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/history/mod.rs')
-rw-r--r--src/shell/history/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell/history/mod.rs b/src/shell/history/mod.rs
index b7b33b8..b280940 100644
--- a/src/shell/history/mod.rs
+++ b/src/shell/history/mod.rs
@@ -544,6 +544,8 @@ async fn run_pipeline(
}
crate::pipeline::Event::Exit(new_env) => {
*env = new_env;
+ read_done = true;
+ continue;
}
}
new_read();