File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Changed:
24
24
mechanism for updating it (#3355 ).
25
25
- Disable output paging when ` TERM ` environment variable is not set.
26
26
- Allow running as ` root ` user inside ` docker ` container by default (#3406 ).
27
+ - Set ` force ` to ` true ` by default in ` file.copy ` to make operator behave
28
+ as expected.
27
29
- BREAKING: ` replaygain ` no longer takes ` ebu_r128 ` parameter (#3438 ).
28
30
- BREAKING: assume ` replaygain_track_gain ` always stores volume in _ dB_ (#3438 ).
29
31
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ let _ =
549
549
Some " Copy file hierarchies." );
550
550
( " force" ,
551
551
Lang. bool_t,
552
- Some (Lang. bool false ),
552
+ Some (Lang. bool true ),
553
553
Some
554
554
" If a file descriptor for a destination file cannot be obtained \
555
555
attempt to unlink the destination file and proceed." );
You can’t perform that action at this time.
0 commit comments