diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-04 18:51:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-04 18:51:09 +0000 |
commit | 8cede00b9eccb077232030723867566ad5685c6f (patch) | |
tree | a4f6d4889d8b3e779477ccbabb7de29d80fe0a6f /Config.h | |
parent | f484e7e65c80e39ec7d9e14bbb1cc2fc2a62ae25 (diff) | |
download | busybox-w32-8cede00b9eccb077232030723867566ad5685c6f.tar.gz busybox-w32-8cede00b9eccb077232030723867566ad5685c6f.tar.bz2 busybox-w32-8cede00b9eccb077232030723867566ad5685c6f.zip |
Patch to add in the -X option and fix the --exclude bug, originally by
Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin
<ab@netropol.de> and kent robotti <robotti@metconnect.com>.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ | |||
222 | // Enable support for creation of tar files. | 222 | // Enable support for creation of tar files. |
223 | #define BB_FEATURE_TAR_CREATE | 223 | #define BB_FEATURE_TAR_CREATE |
224 | // | 224 | // |
225 | // Enable support for "--exclude" for excluding files | 225 | // Enable support for "--exclude" and "-X" for excluding files |
226 | #define BB_FEATURE_TAR_EXCLUDE | 226 | #define BB_FEATURE_TAR_EXCLUDE |
227 | // | 227 | // |
228 | //// Enable reverse sort | 228 | //// Enable reverse sort |