aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-04 18:51:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-04 18:51:09 +0000
commit4291a19ff2a34af04adfdb28e3902e4ac1aad38d (patch)
treea4f6d4889d8b3e779477ccbabb7de29d80fe0a6f /Config.h
parent91883601bbec8de7da1c7f3172ab3b408eb499e6 (diff)
downloadbusybox-w32-4291a19ff2a34af04adfdb28e3902e4ac1aad38d.tar.gz
busybox-w32-4291a19ff2a34af04adfdb28e3902e4ac1aad38d.tar.bz2
busybox-w32-4291a19ff2a34af04adfdb28e3902e4ac1aad38d.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>. git-svn-id: svn://busybox.net/trunk/busybox@1373 69ca8d6d-28ef-0310-b511-8ec308f3f277
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