aboutsummaryrefslogtreecommitdiff
path: root/archival/bunzip2.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/bunzip2.c')
-rw-r--r--archival/bunzip2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bunzip2.c b/archival/bunzip2.c
index faf997bbe..85f2343df 100644
--- a/archival/bunzip2.c
+++ b/archival/bunzip2.c
@@ -32,7 +32,7 @@ int bunzip2_main(int argc, char **argv)
32 } 32 }
33 33
34 /* if called as bzcat force the stdout flag */ 34 /* if called as bzcat force the stdout flag */
35 if ((opt & BUNZIP2_OPT_STDOUT) || bb_applet_name[2] == 'c') 35 if ((opt & BUNZIP2_OPT_STDOUT) || applet_name[2] == 'c')
36 filename = 0; 36 filename = 0;
37 37
38 /* Check that the input is sane. */ 38 /* Check that the input is sane. */