mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Fix missing rename in build.rs
This commit is contained in:
parent
ab68cf1eda
commit
e5d5e00969
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -117,7 +117,7 @@ fn detect_bsd(_: &Target) -> Result<bool, Box<dyn Error>> {
|
|||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
))]
|
||||
assert!(result, "Target incorrectly detected as not BSD!");
|
||||
assert!(is_bsd, "Target incorrectly detected as not BSD!");
|
||||
Ok(is_bsd)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue