On Friday 04 February 2011 09:37, David Collier wrote: > I want to install a package on a Linux machine - but I can't say which > Linux Machine ( thanks Woody ) > > I've come to the conclusion that it would work best if all my scripts and > programs operate in an environment where the commands they use are > provided by a known version of busybox I ship with them.
A better decision would be to write your scrips in standard-compliant shell. If ash or hush handles some standard shell syntax incorrectly, report it. If they don't implement something, report it too. > I've got everything going with busybox, and I particularly don't want to > find it's all different on a Debian machine. In order to avoid problems like this, people invented standards. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
