From 78aabdd62121d3c2386ecae2750add314cd1e811 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Wed, 16 Oct 2019 03:01:35 +0200 Subject: [PATCH] source /etc/profile --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f316bca..7b121f1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -152,7 +152,7 @@ fn main() { }); let build_command = format!( - "cd {}; cargo {} {}", + "source /etc/profile; cd {}; cargo {} {}", build_path, command, options.join(" ")