From ef8579cc92a7701488628f5cc4484a34a611cdec Mon Sep 17 00:00:00 2001 From: bug1 Date: Wed, 28 Mar 2001 06:13:15 +0000 Subject: Disable tar -z for now git-svn-id: svn://busybox.net/trunk/busybox@2210 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.h') 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-55-g6feb