Fix windows compile mistake

This commit is contained in:
Félix Saparelli 2021-04-11 04:44:49 +12:00
parent 0ade9dfc3a
commit 15806019af
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ mod imp {
let (first, rest) = cmd.split_first().expect("command is empty");
let mut c = Command::new(first);
c.args(rest);
c
}
Shell::Cmd => {
let mut c = Command::new("cmd.exe");