| Summary: | attempting to repoint the Bash command to busy box fails on bash scripts | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | hardcorefs <hardcore> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | major | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.19.x | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
hardcorefs
2013-01-07 06:27:44 UTC
some shells provide limited bash compatibility (assuming you enabled it -- but you didn't post your .config, so it's hard to say), but it is *not* a goal to re-implement all of bash.
if you have code targeting bash, then use bash.
in this case, it looks like the old function syntax isn't working:
function usage {
|