From 520b0c8faf62652e56c9ce3696b4100354e03dc5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 27 Feb 2020 10:54:20 +0100 Subject: Make xtask install path-agnostic --- xtask/src/not_bash.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/src/not_bash.rs') 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 { } fn pushd(&mut self, dir: PathBuf) { + let dir = self.cwd().join(dir); self.pushd_stack.push(dir) } fn popd(&mut self) { -- cgit v1.2.3