If it fails to run a builtin, let it fall through to

exec the real thing.
 -Erik
This commit is contained in:
Eric Andersen 2001-05-04 16:30:29 +00:00
parent e6bf66eada
commit e5ffb911e8
2 changed files with 0 additions and 2 deletions

1
hush.c
View File

@ -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]);

View File

@ -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]);