aboutsummaryrefslogtreecommitdiff
path: root/applets.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets.c')
-rw-r--r--applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets.c b/applets.c
index ca2de87d4..ffa806ebc 100644
--- a/applets.c
+++ b/applets.c
@@ -99,7 +99,7 @@ void run_applet_by_name(const char *name, int argc, char **argv)
99 if (recurse_level == 1) { 99 if (recurse_level == 1) {
100 run_applet_by_name("busybox", argc, argv); 100 run_applet_by_name("busybox", argc, argv);
101 } 101 }
102 recurse_level = 0; 102 recurse_level--;
103} 103}
104 104
105 105