diff options
Diffstat (limited to 'archival/gunzip.c')
-rw-r--r-- | archival/gunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c index 1cde08b..396ce4f 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -44,7 +44,7 @@ int gunzip_main(int argc, char **argv) opt = getopt32(argc, argv, "cftdv"); /* if called as zcat */ - if (strcmp(bb_applet_name, "zcat") == 0) { + if (strcmp(applet_name, "zcat") == 0) { opt |= GUNZIP_OPT_STDOUT; } |