diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 19:35:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 19:35:41 +0100 |
commit | 34aaff190728ac702d99cdb0f348b06dff7f9ecb (patch) | |
tree | 6577cb090e59106f4c7272e9bd9055b141f9d33c | |
parent | 6585330b6f9098e68bc4368711bbebe3663278cf (diff) |
change defaults, enable more tr features
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index edccc86d0..e22c7d566 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -727,7 +727,7 @@ config BUSYBOX_TR config BUSYBOX_FEATURE_TR_CLASSES bool "Enable character classes (such as [:upper:])" - default n + default y depends on BUSYBOX_TR help Enable character classes, enabling commands such as: @@ -735,7 +735,7 @@ config BUSYBOX_FEATURE_TR_CLASSES config BUSYBOX_FEATURE_TR_EQUIV bool "Enable equivalence classes" - default n + default y depends on BUSYBOX_TR help Enable equivalence classes, which essentially add the enclosed |