From a9612bfdd90268cf065b09e8a0ff1b6c8a99b399 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 9 Mar 2007 08:26:10 +0000 Subject: - Default to gzip -d -c since zcat may only support compress'ed files according to SuS. Thanks to Heikki Lindholm for pointing this out. --- Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index a1278df3f..bc946b6d4 100644 --- a/Config.in +++ b/Config.in @@ -212,13 +212,13 @@ config BR2_SVN config BR2_ZCAT string "zcat command" - default "zcat" + default "gzip -d -c" help Command to be used to extract a gzip'ed file to stdout. zcat is identical to gunzip -c except that the former may not be available on your system. - Default is "zcat" - Other possible values include "gunzip -c" or "gzip -d -c". + Default is "gzip -d -c" + Other possible values include "gunzip -c" or "zcat". config BR2_BZCAT string "bzcat command" -- cgit v1.2.3-55-g7522