From bebfacef6855ff97429e4aebe533a68ee42a0dc3 Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 4 May 2001 16:30:29 +0000 Subject: If it fails to run a builtin, let it fall through to exec the real thing. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2531 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/hush.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell') diff --git a/shell/hush.c b/shell/hush.c index a7316f82e..71e40489d 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -1019,7 +1019,6 @@ static void pseudo_exec(struct child_prog *child) optind = 1; debug_printf("running applet %s\n", name); run_applet_by_name(name, argc_l, child->argv); - exit(1); } #endif debug_printf("exec of %s\n",child->argv[0]); -- cgit v1.2.3-55-g6feb