Ash Documentation?

Paul Smith psmith at netezza.com
Wed Jun 27 15:23:59 UTC 2007


On Wed, 2007-06-27 at 05:18 -0500, Dallas Clement wrote:
> if [ main ]; then

This doesn't call the function "main".  It sends the string "main" to
the test program to see if it's true, which it is.

You want:

        if main; then

Note that output from scripts run at init time may well not go where you
expect them to.  Are you looking on your console?

-- 
-----------------------------------------------------------------------------
 Paul D. Smith <psmith at netezza.com>                       http://netezza.com
 "Please remain calm--I may be mad, but I am a professional."--Mad Scientist
-----------------------------------------------------------------------------
      These are my opinions--Netezza takes no responsibility for them.



More information about the busybox mailing list