mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 08:31:11 +00:00
bfa1b2e8e8
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
# FEATURE: CONFIG_FEATURE_TR_CLASSES
|
|
|
|
echo testing | tr -d '[[:alnum:]]' > logfile.gnu
|
|
echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb
|
|
|
|
diff -u logfile.gnu logfile.bb
|