mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Otherwise if you build busybox without a given applet you get the wrong error message when you call it via a symlink to that applet. (You also get the wrong behavior; it tries to use argv[1] as the command name just like busybox does for _any_ unknown, and although I doubt "echo rm -rf *" is common usage there's no upside and enough downside to make me nervous.) This fixes it. |
||
|---|---|---|
| .. | ||
| applets.c | ||
| busybox.c | ||
| busybox.mkll | ||
| install.sh | ||
| Makefile | ||
| Makefile.in | ||