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) | |
download | busybox-w32-0e4cec0be89fcfd6f1e0a6ab3686e51a6ce7abe2.tar.gz busybox-w32-0e4cec0be89fcfd6f1e0a6ab3686e51a6ce7abe2.tar.bz2 busybox-w32-0e4cec0be89fcfd6f1e0a6ab3686e51a6ce7abe2.zip |
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 @@ | |||
217 | // Enable support for "--exclude" for excluding files | 217 | // Enable support for "--exclude" for excluding files |
218 | #define BB_FEATURE_TAR_EXCLUDE | 218 | #define BB_FEATURE_TAR_EXCLUDE |
219 | // | 219 | // |
220 | // Enable support for s///p pattern matching | ||
221 | #define BB_FEATURE_SED_PATTERN_SPACE | ||
222 | // | ||
220 | //// Enable reverse sort | 223 | //// Enable reverse sort |
221 | #define BB_FEATURE_SORT_REVERSE | 224 | #define BB_FEATURE_SORT_REVERSE |
222 | // | 225 | // |