1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/src
Kevin Burke 4873c8a24b
mv: ensure line prints (#1890)
Previously this used `print` instead of `println`, and as a result the
prompt would never appear and the command would hang. The Rust docs
note this about print:

> Note that stdout is frequently line-buffered by default so it may be
> necessary to use io::stdout().flush() to ensure the output is emitted
> immediately.

Changing to `println` fixes the issue.

Fixes #1889.

Co-authored-by: Kevin Burke <kevin@burke.dev>
2021-03-23 21:49:35 +01:00
..
bin Update the binary usage to match busybox 2021-03-10 23:52:33 +01:00
uu mv: ensure line prints (#1890) 2021-03-23 21:49:35 +01:00
uucore documentation for usual macros 2021-03-22 12:13:38 +02:00
uucore_procs also update uucore & uucore_procs versions to 0.0.5 2021-01-10 18:24:43 +01:00