-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cp: --reflink with no argument should be assumed --reflink=always #3984
Comments
Can confirm. Working on this. |
Hm, so I can add |
Maybe this can be of help? This is how we did the Lines 1428 to 1436 in 043c009
|
@tertsdiepraam that works, thanks! Will make a PR now. |
The
--reflink
command line option tocp
takes an optional argument (always
,auto
, ornever
, withalways
being the default) but it can be used without an argument. uutils cp does not allow this type of usage, but shouldGNU cp v8.30:
uutils cp:
This is similar to an issue with
mktemp --tmpdir
, described here:coreutils/src/uu/mktemp/src/mktemp.rs
Lines 172 to 178 in 4b517a3
The text was updated successfully, but these errors were encountered: