From ce116b5d5fdd04e6fcfab592a11984f644a3ccc3 Mon Sep 17 00:00:00 2001 From: VlkrS <47375452+VlkrS@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:14:06 +0100 Subject: [PATCH] Fix build on OpenBSD (#12111) # Description Apply the same fix as [#11823](https://github.com/nushell/nushell/pull/11823) for OpenBSD. --- crates/nu-command/src/filesystem/ucp.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/crates/nu-command/src/filesystem/ucp.rs b/crates/nu-command/src/filesystem/ucp.rs index c242616727..f2435d1a42 100644 --- a/crates/nu-command/src/filesystem/ucp.rs +++ b/crates/nu-command/src/filesystem/ucp.rs @@ -299,7 +299,8 @@ fn make_attributes(preserve: Option) -> Result) -> Result &mut attribute.ownership, "timestamps" => &mut attribute.timestamps,