exporting functions in ash

Miles Roper thinstation at xtra.co.nz
Tue Dec 27 04:47:38 UTC 2005


Hi,

How do you export a function in busybox ash?  I've tried export -f, this this doesn't work.


ie

aa()
{
echo "this is a function"
}

export -f aa

Any ideas?

Thanks

Miles




More information about the busybox mailing list