Skip to content

Commit 5172950

Browse files
authored
Merge pull request #788 from endocrimes/dani/buildrs-portable
2 parents a4bcbd6 + 07dac7f commit 5172950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ fn get_os_process() -> String {
129129
if cfg!(target_os = "windows") {
130130
String::from("powershell.exe")
131131
} else {
132-
String::from("/bin/bash")
132+
String::from("bash")
133133
}
134134
}

0 commit comments

Comments
 (0)