aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/not_bash.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-27 09:54:20 +0000
committerAleksey Kladov <[email protected]>2020-02-27 09:55:27 +0000
commit520b0c8faf62652e56c9ce3696b4100354e03dc5 (patch)
treee859195730aec2e6d8b4adbf7bce395568a5403e /xtask/src/not_bash.rs
parent9a8329a3a7b0a1e68336a0a1b9e5235eba05efb8 (diff)
Make xtask install path-agnostic
Diffstat (limited to 'xtask/src/not_bash.rs')
-rw-r--r--xtask/src/not_bash.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/not_bash.rs b/xtask/src/not_bash.rs
index d5577cce9..c49ad671d 100644
--- a/xtask/src/not_bash.rs
+++ b/xtask/src/not_bash.rs
@@ -130,6 +130,7 @@ impl Env {
130 } 130 }
131 131
132 fn pushd(&mut self, dir: PathBuf) { 132 fn pushd(&mut self, dir: PathBuf) {
133 let dir = self.cwd().join(dir);
133 self.pushd_stack.push(dir) 134 self.pushd_stack.push(dir)
134 } 135 }
135 fn popd(&mut self) { 136 fn popd(&mut self) {