commit | 9de401a495701836d744dc6c55ff62f361369753 | [log] [tgz] |
---|---|---|
author | FRIGN <[email protected]> | Wed Oct 05 19:31:50 2016 +0200 |
committer | FRIGN <[email protected]> | Wed Oct 05 19:31:50 2016 +0200 |
tree | fa1b659477aca9a74c9f003113b3269d48047546 | |
parent | fac091b7cc918f2a7c4c20038141efc2279f03c7 [diff] |
Fix tr(1) squeezing Okay, it took me a while and another look at the Posix spec to see that I have been dealing with squeezing in a way too complicated way. What just needed to be done is before doing the final write to deploy the squeeze-check. We actually do not need this atomically complicated squeeze check in every single edge-case. Now it should work properly.