mirror of git://git.suckless.org/sbase
tr: fix behavior of cflag when using character classes
a simple test case: printf ab3 | tr -c '[:alpha:]' '\n' output should be ab<newline>, previously you would find just newlines. Signed-off-by: noneofyourbusiness <noneofyourbusiness@danwin1210.de>
This commit is contained in:
parent
0b4c2ceb2f
commit
f14887c765
Loading…
Reference in New Issue