Fix ash exec (noted by Arne Bernin).

This commit is contained in:
Matt Kraai 2001-08-27 15:08:57 +00:00
parent 449377aa6a
commit 861e624e15
3 changed files with 3 additions and 2 deletions

View file

@ -99,7 +99,7 @@ void run_applet_by_name(const char *name, int argc, char **argv)
if (recurse_level == 1) {
run_applet_by_name("busybox", argc, argv);
}
recurse_level = 0;
recurse_level--;
}