| Summary: | crond not working on android due using DEFAULT_SHELL | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | me_a_user |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | busybox-cvs, me_a_user |
| Priority: | P5 | ||
| Version: | 1.21.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
me_a_user
2013-08-16 10:05:14 UTC
Fixed in git:
/* $SHELL, or current UID's shell, or DEFAULT_SHELL */
/* Useful on Android where DEFAULT_SHELL /bin/sh may not exist */
G.default_shell = xstrdup(get_shell_name());
|