diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index d9477d4..fd4302a 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -217,6 +217,9 @@ // Enable support for "--exclude" for excluding files #define BB_FEATURE_TAR_EXCLUDE // +// Enable support for s///p pattern matching +#define BB_FEATURE_SED_PATTERN_SPACE +// //// Enable reverse sort #define BB_FEATURE_SORT_REVERSE // |