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(" ")