diff options
author | Mark Whitley <markw@lineo.com> | 2000-08-21 21:29:20 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-08-21 21:29:20 +0000 |
commit | 0e4cec0be89fcfd6f1e0a6ab3686e51a6ce7abe2 (patch) | |
tree | d4695bf1c726563c70fa826dec84cc4cc4e37323 /busybox.def.h | |
parent | dc746169cfd07a67cf99d1767743bfe0f94fdcb5 (diff) |
Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in
substitution expressions.
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 d9477d41c..fd4302a84 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 // |