On Sunday 05 August 2012 13:38:26 Paul Fertser wrote:
> Busybox's ash doesn't pass unexported environment variables to processes
> started from within a function, so a service started with
>
> MMM=xyz service_start blablabla
>
> will never see the MMM variable.
>
> Fix this by exporting the impo
Busybox's ash doesn't pass unexported environment variables to processes
started from within a function, so a service started with
MMM=xyz service_start blablabla
will never see the MMM variable.
Fix this by exporting the important variables.
Signed-off-by: Paul Fertser
---
net/autossh/files/