hush/applets
Rob Landley 9139770764 Busybox should only multiplex based on argv[1] when it's called as "busybox".
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.
2005-09-01 00:02:56 +00:00
..
applets.c Busybox should only multiplex based on argv[1] when it's called as "busybox". 2005-09-01 00:02:56 +00:00
busybox.c output busybox help to stdout, not stderr 2005-04-22 02:19:01 +00:00
busybox.mkll Fixup the new buildsystem a bit. 2001-10-24 07:58:02 +00:00
install.sh Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00