source /etc/profile

pull/9/head
Denis S. Soldatov aka General-Beck 5 years ago
parent 04ff506dfc
commit 78aabdd621

@ -152,7 +152,7 @@ fn main() {
}); });
let build_command = format!( let build_command = format!(
"cd {}; cargo {} {}", "source /etc/profile; cd {}; cargo {} {}",
build_path, build_path,
command, command,
options.join(" ") options.join(" ")

Loading…
Cancel
Save