1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

runcon: remove trailing '.'

Upstream doesn't have in:
https://github.com/coreutils/coreutils/blob/master/tests/runcon/runcon-no-reorder.sh#L22
This commit is contained in:
Sylvestre Ledru 2023-12-23 23:03:13 +01:00
parent 6b1f51385f
commit 9b78016ac5

View file

@ -87,7 +87,6 @@ where
err = source;
write!(writer, ": {err}")?;
}
write!(writer, ".")?;
Ok(())
}