mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Update src/uu/readlink/src/readlink.rs
Co-authored-by: Nicolas Boichat <nicolas@boichat.ch>
This commit is contained in:
parent
5ae195b99a
commit
344798e144
1 changed files with 1 additions and 2 deletions
|
|
@ -178,8 +178,7 @@ pub fn uu_app() -> Command {
|
|||
}
|
||||
|
||||
fn show(path: &Path, line_ending: Option<LineEnding>) -> std::io::Result<()> {
|
||||
use uucore::display::print_verbatim;
|
||||
print_verbatim(path)?;
|
||||
uucore::display::print_verbatim(path)?;
|
||||
if let Some(line_ending) = line_ending {
|
||||
print!("{line_ending}");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue