From ee79ca1ba69b5b43cd0c2e3b6d2eb20a4a5a0f8e Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 28 Mar 2001 06:13:15 +0000 Subject: Disable tar -z for now --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index 423454616..b99e6f6b6 100644 --- a/Config.h +++ b/Config.h @@ -230,7 +230,7 @@ #define BB_FEATURE_TAR_EXCLUDE // // Enable support for tar -z option (currently only works for inflating) -#define BB_FEATURE_TAR_GZIP +//#define BB_FEATURE_TAR_GZIP // //// Enable reverse sort #define BB_FEATURE_SORT_REVERSE -- cgit v1.2.3