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 <[EMAIL PROTECTED]> 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.
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox