Explorar o código

- Default to gzip -d -c since zcat may only support compress'ed files
according to SuS. Thanks to Heikki Lindholm for pointing this out.

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
a9612bfdd9
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Config.in

+ 3 - 3
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"