From 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Oct 2006 21:00:43 +0000 Subject: bb_applet_name -> applet_name --- archival/bunzip2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/bunzip2.c') 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) } /* if called as bzcat force the stdout flag */ - if ((opt & BUNZIP2_OPT_STDOUT) || bb_applet_name[2] == 'c') + if ((opt & BUNZIP2_OPT_STDOUT) || applet_name[2] == 'c') filename = 0; /* Check that the input is sane. */ -- cgit v1.2.3