tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>)

This commit is contained in:
Denis Vlasenko
2007-09-05 11:48:32 +00:00
parent beffd43d8e
commit 211f7f88ae
9 changed files with 92 additions and 42 deletions

View File

@@ -298,7 +298,7 @@ USE_DESKTOP(long long) int unpack_unlzma(void)
int unlzma_main(int argc, char **argv);
int unlzma_main(int argc, char **argv)
{
getopt32(argv, "c");
getopt32(argv, "cf");
argv += optind;
/* lzmacat? */
if (applet_name[4] == 'c')