summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-04 18:51:09 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-04 18:51:09 +0000
commit8cede00b9eccb077232030723867566ad5685c6f (patch)
treea4f6d4889d8b3e779477ccbabb7de29d80fe0a6f /Config.h
parentf484e7e65c80e39ec7d9e14bbb1cc2fc2a62ae25 (diff)
downloadbusybox-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index 0f31ae16b..e07044690 100644
--- a/Config.h
+++ b/Config.h
@@ -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