aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 9db16b41d..ce9ecbbc5 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -163,10 +163,6 @@ run_applet_by_name (const char *name, int argc, char **argv)
163 163
164 exit ((*(applet_using->main)) (argc, argv)); 164 exit ((*(applet_using->main)) (argc, argv));
165 } 165 }
166 /* Just in case they have renamed busybox - Check argv[1] */
167 if (recurse_level == 1) {
168 run_applet_by_name ("busybox", argc, argv);
169 }
170 recurse_level--; 166 recurse_level--;
171} 167}
172 168