On Wed, 2007-06-27 at 11:23 -0400, Paul Smith wrote: > 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? >
Thank you Paul! I feel dumb. :) Yes, I'm looking on the console and was able to see the "exited main successfully" message and that's it. I'm sure I'll see more once I execute main correctly... ;) _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
