aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index ce259446b..5b84920a4 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -924,8 +924,6 @@ void FAST_FUNC run_applet_no_and_exit(int applet_no, const char *name, char **ar
924{ 924{
925 int argc = string_array_len(argv); 925 int argc = string_array_len(argv);
926 926
927 /* Reinit some shared global data */
928 xfunc_error_retval = EXIT_FAILURE;
929 /* 927 /*
930 * We do not use argv[0]: do not want to repeat massaging of 928 * We do not use argv[0]: do not want to repeat massaging of
931 * "-/sbin/halt" -> "halt", for example. 929 * "-/sbin/halt" -> "halt", for example.