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 1cde08b4d..396ce4f5c 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c | |||
@@ -44,7 +44,7 @@ int gunzip_main(int argc, char **argv) | |||
44 | 44 | ||
45 | opt = getopt32(argc, argv, "cftdv"); | 45 | opt = getopt32(argc, argv, "cftdv"); |
46 | /* if called as zcat */ | 46 | /* if called as zcat */ |
47 | if (strcmp(bb_applet_name, "zcat") == 0) { | 47 | if (strcmp(applet_name, "zcat") == 0) { |
48 | opt |= GUNZIP_OPT_STDOUT; | 48 | opt |= GUNZIP_OPT_STDOUT; |
49 | } | 49 | } |
50 | 50 | ||