From 8078fca99b71946ff5865c097d0d42bd6818ee92 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 8 May 2024 10:12:51 +0200 Subject: [PATCH] stdbuf: rename dragonflybsd to dragonfly --- src/uu/stdbuf/src/stdbuf.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uu/stdbuf/src/stdbuf.rs b/src/uu/stdbuf/src/stdbuf.rs index 2436274e7f8..d2375b2f608 100644 --- a/src/uu/stdbuf/src/stdbuf.rs +++ b/src/uu/stdbuf/src/stdbuf.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore (ToDO) tempdir dyld dylib dragonflybsd optgrps libstdbuf +// spell-checker:ignore (ToDO) tempdir dyld dylib optgrps libstdbuf use clap::{crate_version, Arg, ArgAction, ArgMatches, Command}; use std::fs::File; @@ -64,7 +64,7 @@ struct ProgramOptionsError(String); target_os = "android", target_os = "freebsd", target_os = "netbsd", - target_os = "dragonflybsd" + target_os = "dragonfly" ))] fn preload_strings() -> UResult<(&'static str, &'static str)> { Ok(("LD_PRELOAD", "so")) @@ -80,7 +80,7 @@ fn preload_strings() -> UResult<(&'static str, &'static str)> { target_os = "android", target_os = "freebsd", target_os = "netbsd", - target_os = "dragonflybsd", + target_os = "dragonfly", target_vendor = "apple" )))] fn preload_strings() -> UResult<(&'static str, &'static str)> {